Date: Friday, March 27, 2015 @ 12:56:35 Author: heftig Revision: 235179
0.23.1 Modified: p11-kit/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-27 11:04:43 UTC (rev 235178) +++ PKGBUILD 2015-03-27 11:56:35 UTC (rev 235179) @@ -2,8 +2,8 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=p11-kit -pkgver=0.22.1 -pkgrel=3 +pkgver=0.23.1 +pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64) url="http://p11-glue.freedesktop.org" @@ -10,8 +10,9 @@ license=('BSD') depends=('glibc' 'libtasn1' 'libffi') source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('4e9bea1106628ffb820bdad24a819fac' +md5sums=('96f073270c489c9a594e1c9413f42db8' 'SKIP') +validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF') build() { cd $pkgname-$pkgver
