From df65be2b18070d63ffd056e8563279e4646bee9a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Sep 2011 23:14:46 +0000 Subject: Mon Sep 19 23:14:46 UTC 2011 --- extra/p11-kit/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/p11-kit') diff --git a/extra/p11-kit/PKGBUILD b/extra/p11-kit/PKGBUILD index 802db0d91..9b94d6247 100644 --- a/extra/p11-kit/PKGBUILD +++ b/extra/p11-kit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 136806 2011-09-01 17:14:51Z ibiru $ +# $Id: PKGBUILD 138186 2011-09-18 09:16:04Z heftig $ # Maintainer: Ionut Biru pkgname=p11-kit -pkgver=0.5 -pkgrel=1 +pkgver=0.6 +pkgrel=2 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64) url="http://p11-glue.freedesktop.org" @@ -11,11 +11,12 @@ license=('BSD') depends=(glibc) options=(!libtool) source=($url/releases/$pkgname-$pkgver.tar.gz) -md5sums=('1b4886ed4e6d25ab0b69e6350a804082') +md5sums=('c1ff3e52f172fda8bf3b426f7fb63c92') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc \ + --with-module-path=/usr/lib/pkcs11 make } -- cgit v1.2.3-54-g00ecf