diff options
Diffstat (limited to 'extra/p11-kit/PKGBUILD')
-rw-r--r-- | extra/p11-kit/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/p11-kit/PKGBUILD b/extra/p11-kit/PKGBUILD index c86beeb4a..af7957d73 100644 --- a/extra/p11-kit/PKGBUILD +++ b/extra/p11-kit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 138186 2011-09-18 09:16:04Z heftig $ +# $Id: PKGBUILD 142993 2011-11-20 08:43:27Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=p11-kit -pkgver=0.6 -pkgrel=2 +pkgver=0.9 +pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64 mips64el) url="http://p11-glue.freedesktop.org" @@ -11,7 +11,7 @@ license=('BSD') depends=(glibc) options=(!libtool) source=($url/releases/$pkgname-$pkgver.tar.gz) -md5sums=('c1ff3e52f172fda8bf3b426f7fb63c92') +md5sums=('029aa2a3a103e7eb81b4aa731b93539e') build() { cd "$srcdir/$pkgname-$pkgver" |