diff options
Diffstat (limited to 'extra/p11-kit/PKGBUILD')
-rw-r--r-- | extra/p11-kit/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
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 <ibiru@archlinux.org> 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 } |