diff options
Diffstat (limited to 'nonsystemd-multilib/lib32-p11-kit')
-rw-r--r-- | nonsystemd-multilib/lib32-p11-kit/PKGBUILD | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/nonsystemd-multilib/lib32-p11-kit/PKGBUILD b/nonsystemd-multilib/lib32-p11-kit/PKGBUILD index 1fd307fa6..f1d32d26e 100644 --- a/nonsystemd-multilib/lib32-p11-kit/PKGBUILD +++ b/nonsystemd-multilib/lib32-p11-kit/PKGBUILD @@ -3,7 +3,7 @@ # Contributor (Arch): Christoph Vigano <mail@cvigano.de> pkgname=lib32-p11-kit -pkgver=0.23.15 +pkgver=0.23.16.1 pkgrel=1 pkgrel+=.nonsystemd1 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)" @@ -45,19 +45,15 @@ build() { --libexecdir=/usr/lib \ --disable-doc \ --with-module-path=/usr/lib32/pkcs11 \ - --with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source \ - --without-systemd + --without-systemd \ + --with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source make } -check() ( +check() { cd p11-kit - - # https://github.com/p11-glue/p11-kit/issues/212 - unset SOURCE_DATE_EPOCH - make check -) +} package() { cd p11-kit |