From c9aabd55339226a3b1a4799ff9797e9d7e97d914 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 1 Feb 2026 10:14:31 +0200 Subject: [PATCH] Update package version to 1.3.1 --- pkg.info | 8 +++++--- source.sh | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index f22bf7b..b79ca84 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: libxmu description: X11 miscellaneous micro-utility library -version: 1.2.1 -revision: 2 +version: 1.3.1 +revision: 1 url: https://gitlab.freedesktop.org/xorg/lib/libxmu license: MIT-open-group,SMLNJ,X11,ISC +maintainers: + - enumdev@enumerated.dev architecture: any type: source depends: @@ -18,4 +20,4 @@ downloads: - url: https://www.x.org/pub/individual/lib/libXmu-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: fcb27793248a39e5fcc5b9c4aec40cc0734b3ca76aac3d7d1c264e7f7e14e8b2 + checksum: 81a99e94c4501e81c427cbaa4a11748b584933e94b7a156830c3621256857bc4 diff --git a/source.sh b/source.sh index 3d835eb..a28078d 100644 --- a/source.sh +++ b/source.sh @@ -20,5 +20,6 @@ check() { package() { make DESTDIR="$BPM_OUTPUT" install + # Install package license install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libxmu/COPYING }