[arch-commits] Commit in p11-kit/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu May 23 13:05:12 UTC 2019


    Date: Thursday, May 23, 2019 @ 13:05:11
  Author: heftig
Revision: 353917

0.23.16.1-1

Modified:
  p11-kit/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-23 11:35:19 UTC (rev 353916)
+++ PKGBUILD	2019-05-23 13:05:11 UTC (rev 353917)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=p11-kit
-pkgver=0.23.15
+pkgver=0.23.16.1
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules"
 arch=(x86_64)
@@ -42,14 +42,10 @@
   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



More information about the arch-commits mailing list