diff options
author | root <root@rshg054.dnsready.net> | 2013-04-23 01:16:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-23 01:16:16 -0700 |
commit | d1d93fafb9ef98fdd0c9a5a486c179c03cbbfb33 (patch) | |
tree | da594e49962aa1b32a81dd8066423c4fd5fdcec6 /extra/p11-kit/PKGBUILD | |
parent | a5f6ca5d4e1aa12dfec53c3061df6e0198126fb4 (diff) |
Tue Apr 23 01:16:16 PDT 2013
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 b90323aa1..970a4d45d 100644 --- a/extra/p11-kit/PKGBUILD +++ b/extra/p11-kit/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 165246 2012-08-14 15:06:21Z ibiru $ +# $Id: PKGBUILD 183529 2013-04-22 13:10:36Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=p11-kit -pkgver=0.13 +pkgver=0.18.1 pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64) url="http://p11-glue.freedesktop.org" license=('BSD') -depends=(glibc) +depends=('glibc' 'libtasn1') options=(!libtool) -source=($url/releases/$pkgname-$pkgver.tar.gz) -md5sums=('3892bc07ff54b1b391aad4628911801d') +source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) +md5sums=('e4ef21592dbd126b62e1a6d4ad65ce5c' + 'SKIP') build() { cd $pkgname-$pkgver |