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

Jan Steffens heftig at archlinux.org
Mon Sep 22 21:08:18 UTC 2014


    Date: Monday, September 22, 2014 @ 23:08:18
  Author: heftig
Revision: 222715

0.20.7

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-22 20:01:45 UTC (rev 222714)
+++ PKGBUILD	2014-09-22 21:08:18 UTC (rev 222715)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=p11-kit
-pkgver=0.20.2
+pkgver=0.20.7
 pkgrel=1
 pkgdesc="Library to work with PKCS#11 modules"
 arch=(i686 x86_64)
@@ -10,13 +10,14 @@
 license=('BSD')
 depends=('glibc' 'libtasn1' 'libffi')
 source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('757b97ee4ac0ce598661a90cd784c4f1'
+md5sums=('6648cad01a3080b685b8b3bf7372c91a'
          'SKIP')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-    --with-module-path=/usr/lib/pkcs11
+    --with-module-path=/usr/lib/pkcs11 \
+    --with-trust-paths=/etc/ssl/certs/ca-certificates.crt
   make
 }
 




More information about the arch-commits mailing list