diff options
Diffstat (limited to 'extra/p11-kit/PKGBUILD')
-rw-r--r-- | extra/p11-kit/PKGBUILD | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/p11-kit/PKGBUILD b/extra/p11-kit/PKGBUILD index 2480f6010..0d72a6dc8 100644 --- a/extra/p11-kit/PKGBUILD +++ b/extra/p11-kit/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 189939 2013-07-11 19:54:40Z ioni $ +# $Id: PKGBUILD 196130 2013-10-07 11:53:19Z jgc $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=p11-kit -pkgver=0.18.4 +pkgver=0.20.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' 'libtasn1') +depends=('glibc' 'libtasn1' 'libffi') options=(!libtool) source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b' +md5sums=('88c651137f76a167336639371eafd8cc' 'SKIP') build() { @@ -21,6 +21,11 @@ build() { make } +check() { + cd $pkgname-$pkgver + make check +} + package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install |