Update package version to 1.3.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user