update license

This commit is contained in:
Christian Hesse
2025-08-01 12:17:36 +02:00
parent 3ffbe27e1a
commit 1b33f03cf4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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')