libsecret: update to 0.18.7.

This commit is contained in:
Rasmus Thomsen 2018-12-29 17:56:20 +01:00 committed by maxice8
parent 8959b156bb
commit ad15f83c0a
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'libsecret'
pkgname=libsecret
version=0.18.6
revision=2
version=0.18.7
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable gir introspection) --disable-static
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="glib-devel gtk-doc intltool pkg-config libxslt
hostmakedepends="glib-devel gtk-doc pkg-config libxslt
$(vopt_if gir 'gobject-introspection')"
makedepends="libgcrypt-devel vala-devel"
short_desc="GObject based library for accessing the Secret Service API"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1-or-later"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-${version}.tar.xz"
checksum=5efbc890ba41a323ffe0599cd260fd12bd8eb62a04aa1bd1b2762575d253d66f
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=0d66fe1fc4561b3e046ee281d7c5a703a9baac88a8c4fb42ebc739d31dabd487
# Package build options
build_options="gir"