From a4d6fe9e5452e3bf5c89b72486331b98c1ba7626 Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 14 Aug 2019 20:26:55 -0400 Subject: upgpkg: nonsystemd/p11-kit 0.23.16.1-1.nonsystemd1 Signed-off-by: David P --- nonsystemd/p11-kit/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'nonsystemd') diff --git a/nonsystemd/p11-kit/PKGBUILD b/nonsystemd/p11-kit/PKGBUILD index d5105bda8..82e9dbc5a 100644 --- a/nonsystemd/p11-kit/PKGBUILD +++ b/nonsystemd/p11-kit/PKGBUILD @@ -3,11 +3,11 @@ # Contributor (Arch): Ionut Biru pkgname=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" -arch=(x86_64 i686 armv7h) +arch=(x86_64 i686) # armv7h fails in check() url="https://p11-glue.freedesktop.org" license=(BSD) depends=(glibc libtasn1 libffi) @@ -44,14 +44,10 @@ build() { 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 -- cgit v1.2.2