mirror of
https://gitlab.archlinux.org/archlinux/packaging/packages/pkcs11-helper.git
synced 2025-12-22 06:30:01 +00:00
update license
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pkcs11-helper
|
|||||||
pkgrel = 2
|
pkgrel = 2
|
||||||
url = https://github.com/OpenSC/pkcs11-helper
|
url = https://github.com/OpenSC/pkcs11-helper
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL-2.0-only
|
||||||
license = BSD
|
license = BSD
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = gnutls
|
depends = gnutls
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=2
|
|||||||
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=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/OpenSC/pkcs11-helper'
|
url='https://github.com/OpenSC/pkcs11-helper'
|
||||||
license=('GPL' 'BSD')
|
license=('GPL-2.0-only' 'BSD')
|
||||||
depends=('gnutls' 'nss' 'openssl')
|
depends=('gnutls' 'nss' 'openssl')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=('libpkcs11-helper.so')
|
provides=('libpkcs11-helper.so')
|
||||||
|
|||||||
Reference in New Issue
Block a user