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

Jan Steffens heftig at archlinux.org
Mon Sep 22 23:18:38 UTC 2014


    Date: Tuesday, September 23, 2014 @ 01:18:38
  Author: heftig
Revision: 119439

ca-certificates, the Fedora edition

Modified:
  lib32-p11-kit/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-22 21:14:14 UTC (rev 119438)
+++ PKGBUILD	2014-09-22 23:18:38 UTC (rev 119439)
@@ -4,8 +4,8 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.20.2
-pkgrel=1
+pkgver=0.20.7
+pkgrel=2
 pkgdesc="Library to work with PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="http://p11-glue.freedesktop.org"
@@ -12,8 +12,9 @@
 license=('BSD')
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('757b97ee4ac0ce598661a90cd784c4f1')
+source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
+md5sums=('6648cad01a3080b685b8b3bf7372c91a'
+         'SKIP')
 
 build() {
   export CC="gcc -m32"
@@ -22,7 +23,8 @@
   cd "$srcdir/$_pkgbasename-$pkgver"
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
-    --with-module-path=/usr/lib32/pkcs11
+    --with-module-path=/usr/lib32/pkcs11 \
+    --with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
 }
 




More information about the arch-commits mailing list