diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template index 5a593a11a46..f46de0c4762 100644 --- a/srcpkgs/libsecret/template +++ b/srcpkgs/libsecret/template @@ -1,17 +1,19 @@ # Template file for 'libsecret' pkgname=libsecret -version=0.18.5 +version=0.18.6 revision=1 build_style=gnu-configure -configure_args="$(vopt_enable gir introspection) --disable-static --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr" -hostmakedepends="pkg-config intltool gnome-doc-utils glib-devel libxslt $(vopt_if gir gobject-introspection)" -makedepends="vala-devel libgcrypt-devel" +configure_args="$(vopt_enable gir introspection) --disable-static + --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr" +hostmakedepends="glib-devel gnome-doc-utils intltool pkg-config + $(vopt_if gir 'gobject-introspection')" +makedepends="libgcrypt-devel vala-devel" short_desc="GObject based library for accessing the Secret Service API" maintainer="Juan RP " -license="GPL-2, LGPL-2.1" +license="LGPL-2.1-or-later" homepage="http://www.gnome.org" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-${version}.tar.xz" -checksum=9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3 +checksum=5efbc890ba41a323ffe0599cd260fd12bd8eb62a04aa1bd1b2762575d253d66f # Package build options build_options="gir"