[arch-commits] Commit in pkcs11-helper/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Sep 10 12:33:59 UTC 2020


    Date: Thursday, September 10, 2020 @ 12:33:58
  Author: eworm
Revision: 395680

upgpkg: pkcs11-helper 1.26.0-2: add soname provide

Modified:
  pkcs11-helper/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-10 10:12:40 UTC (rev 395679)
+++ PKGBUILD	2020-09-10 12:33:58 UTC (rev 395680)
@@ -5,12 +5,13 @@
 
 pkgname=pkcs11-helper
 pkgver=1.26.0
-pkgrel=1
+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)
 depends=('gnutls' 'nss' 'openssl')
+provides=('libpkcs11-helper.so')
 source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver%.0}/${pkgname}-${pkgver}.tar.bz2")
 sha256sums=('e886ec3ad17667a3694b11a71317c584839562f74b29c609d54c002973b387be')
 



More information about the arch-commits mailing list