diff options
author | root <root@rshg054.dnsready.net> | 2011-09-19 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-19 23:14:46 +0000 |
commit | df65be2b18070d63ffd056e8563279e4646bee9a (patch) | |
tree | db83bf14cc793eaa739a4c65f7af96583cc56576 /extra/p11-kit | |
parent | f57b139ded4e8c4b10555985513b3f9a70a70e12 (diff) |
Mon Sep 19 23:14:46 UTC 2011
Diffstat (limited to 'extra/p11-kit')
-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 } |