libxmlb: update to 0.1.8.
This commit is contained in:
parent
fa2ea91291
commit
0d2f0da68f
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libxmlb'
|
||||
pkgname=libxmlb
|
||||
version=0.1.7
|
||||
version=0.1.8
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
|
@ -13,10 +13,14 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/hughsie/libxmlb"
|
||||
distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
|
||||
checksum=34be33bb90b521c02ed53c359f088259a74ca75becb422d015f6f38e96a42245
|
||||
checksum=ed0ccede0cda9bcf76598f945d34be218840f60520e3e4fe508fca2b5e8e1d3f
|
||||
|
||||
build_options="gir"
|
||||
|
||||
post_install() {
|
||||
rm -rf "${DESTDIR}"/usr/share/installed-tests
|
||||
}
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
||||
*-musl) ;;
|
||||
|
|
Loading…
Reference in a new issue