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