mirror of
https://gitlab.archlinux.org/archlinux/packaging/packages/pkcs11-helper.git
synced 2025-12-22 06:30:01 +00:00
* rebuild for .BUILDINFO file in package
* change to valid upstream url
This commit is contained in:
8
PKGBUILD
8
PKGBUILD
@@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
pkgname=pkcs11-helper
|
pkgname=pkcs11-helper
|
||||||
pkgver=1.11
|
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"
|
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)
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.opensc-project.org/opensc/wiki/pkcs11-helper"
|
url='https://github.com/OpenSC/pkcs11-helper'
|
||||||
license=(GPL BSD)
|
license=(GPL BSD)
|
||||||
depends=(gnutls nss openssl)
|
depends=('gnutls' 'nss' 'openssl')
|
||||||
source=("https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-$pkgver.tar.gz")
|
source=("https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-$pkgver.tar.gz")
|
||||||
sha512sums=('098bbd8fdfe1df065f3acc402faa95bbba9a440ed4327f0d976d0e8fe0a2cac8546d33481b2fa85493f600ec56f248db01835edf10b3ed608fea67f27c3c54c2')
|
sha512sums=('098bbd8fdfe1df065f3acc402faa95bbba9a440ed4327f0d976d0e8fe0a2cac8546d33481b2fa85493f600ec56f248db01835edf10b3ed608fea67f27c3c54c2')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user