Update package version to 1.3.1

This commit is contained in:
2026-02-01 10:14:31 +02:00
parent d5661a5c73
commit c9aabd5533
2 changed files with 6 additions and 3 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
name: libxmu name: libxmu
description: X11 miscellaneous micro-utility library description: X11 miscellaneous micro-utility library
version: 1.2.1 version: 1.3.1
revision: 2 revision: 1
url: https://gitlab.freedesktop.org/xorg/lib/libxmu url: https://gitlab.freedesktop.org/xorg/lib/libxmu
license: MIT-open-group,SMLNJ,X11,ISC license: MIT-open-group,SMLNJ,X11,ISC
maintainers:
- [email protected]
architecture: any architecture: any
type: source type: source
depends: depends:
@@ -18,4 +20,4 @@ downloads:
- url: https://www.x.org/pub/individual/lib/libXmu-${BPM_PKG_VERSION}.tar.xz - url: https://www.x.org/pub/individual/lib/libXmu-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: fcb27793248a39e5fcc5b9c4aec40cc0734b3ca76aac3d7d1c264e7f7e14e8b2 checksum: 81a99e94c4501e81c427cbaa4a11748b584933e94b7a156830c3621256857bc4
+1
View File
@@ -20,5 +20,6 @@ check() {
package() { package() {
make DESTDIR="$BPM_OUTPUT" install make DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libxmu/COPYING install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libxmu/COPYING
} }