From fd1e34f504c302f422bcb3200587bf7a5ac2b45e Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 9 Apr 2022 12:37:47 +0200 Subject: [PATCH] libxmlb: update to 0.3.8. --- srcpkgs/libxmlb/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libxmlb/template b/srcpkgs/libxmlb/template index 6d8a900ae0..78b2d76bfd 100644 --- a/srcpkgs/libxmlb/template +++ b/srcpkgs/libxmlb/template @@ -1,6 +1,6 @@ # Template file for 'libxmlb' pkgname=libxmlb -version=0.2.1 +version=0.3.8 revision=1 build_style=meson build_helper="gir" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://github.com/hughsie/libxmlb" distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz" -checksum=2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529 +checksum=83b94d04b4bdff4f94abc9f078d1372422276cf47590cfd1935948d48021deda build_options="gir" build_options_default="gir" @@ -23,13 +23,13 @@ post_install() { } libxmlb-devel_package() { - depends="libxmlb>=${version}_${revision} ${makedepends}" + depends="${sourcepkg}>=${version}_${revision} ${makedepends}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" - if [ "$build_options_gir" ]; then + if [ "$build_option_gir" ]; then vmove usr/share/gir-1.0 fi }