Date: Tuesday, August 18, 2020 @ 15:53:18 Author: heftig Revision: 394370
0.23.21-1 Modified: p11-kit/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-18 12:49:04 UTC (rev 394369) +++ PKGBUILD 2020-08-18 15:53:18 UTC (rev 394370) @@ -1,15 +1,15 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgbase=p11-kit pkgname=(p11-kit libp11-kit) -pkgver=0.23.20 -pkgrel=5 +pkgver=0.23.21 +pkgrel=1 pkgdesc="Loads and enumerates PKCS#11 modules" url="https://p11-glue.freedesktop.org" arch=(x86_64) license=(BSD) -makedepends=(gtk-doc git meson libtasn1 libffi systemd) +makedepends=(gtk-doc git meson libtasn1 libffi systemd bash-completion) source=("git+https://github.com/p11-glue/p11-kit?signed#tag=$pkgver") sha256sums=('SKIP') validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF' # Stef Walter @@ -25,7 +25,7 @@ -D gtk_doc=true \ -D man=true \ -D trust_paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source - ninja -C build + meson compile -C build } check() {
