summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-08-14 23:53:35 -0400
committerDavid P <megver83@parabola.nu>2019-08-14 23:53:35 -0400
commit6297c28428eef2cbc29c9c249ded9b7898c89271 (patch)
tree038bd8999ad2799d87354b53bdaf4248801a3fbc
parentbbd9817151da2cdee30e5c47b597735ea2db6d8c (diff)
upgpkg: nonsystemd-multilib/lib32-p11-kit 0.23.16.1-1.nonsystemd1
Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r--nonsystemd-multilib/lib32-p11-kit/PKGBUILD14
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