Date: Friday, July 15, 2016 @ 13:11:09 Author: eworm Revision: 271899
upgpkg: pkcs11-helper 1.11-3 * rebuild for .BUILDINFO file in package * change to valid upstream url Modified: pkcs11-helper/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-15 12:55:17 UTC (rev 271898) +++ PKGBUILD 2016-07-15 13:11:09 UTC (rev 271899) @@ -6,12 +6,12 @@ pkgname=pkcs11-helper pkgver=1.11 -pkgrel=2 +pkgrel=3 pkgdesc="A library that simplifies the interaction with PKCS11 providers for end-user applications using a simple API and optional OpenSSL engine" -arch=(i686 x86_64) -url="http://www.opensc-project.org/opensc/wiki/pkcs11-helper" +arch=('i686' 'x86_64') +url='https://github.com/OpenSC/pkcs11-helper' license=(GPL BSD) -depends=(gnutls nss openssl) +depends=('gnutls' 'nss' 'openssl') source=("https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-$pkgver.tar.gz") sha512sums=('098bbd8fdfe1df065f3acc402faa95bbba9a440ed4327f0d976d0e8fe0a2cac8546d33481b2fa85493f600ec56f248db01835edf10b3ed608fea67f27c3c54c2')
