diff options
Diffstat (limited to 'nonsystemd/p11-kit')
-rw-r--r-- | nonsystemd/p11-kit/PKGBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
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 <ibiru@archlinux.org> 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 |