diff options
author | David P <megver83@parabola.nu> | 2019-08-14 20:26:55 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2019-08-14 20:26:55 -0400 |
commit | a4d6fe9e5452e3bf5c89b72486331b98c1ba7626 (patch) | |
tree | fe08fd3bd0aca43eb5268a28da36f665e354b462 /nonsystemd/p11-kit | |
parent | 22568f3f0eec5ea48abf188849dfb179ada29c1f (diff) | |
download | abslibre-a4d6fe9e5452e3bf5c89b72486331b98c1ba7626.tar.gz abslibre-a4d6fe9e5452e3bf5c89b72486331b98c1ba7626.tar.bz2 abslibre-a4d6fe9e5452e3bf5c89b72486331b98c1ba7626.zip |
upgpkg: nonsystemd/p11-kit 0.23.16.1-1.nonsystemd1
Signed-off-by: David P <megver83@parabola.nu>
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 |