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

Christian Hesse eworm at archlinux.org
Thu Jan 23 19:17:11 UTC 2020


    Date: Thursday, January 23, 2020 @ 19:17:10
  Author: eworm
Revision: 373849

upgpkg: pkcs11-helper 1.26.0-1

new upstream release

Modified:
  pkcs11-helper/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 17:58:24 UTC (rev 373848)
+++ PKGBUILD	2020-01-23 19:17:10 UTC (rev 373849)
@@ -4,15 +4,15 @@
 # Contributor: Martin Perner <martin dot perner at gmail dot com>
 
 pkgname=pkcs11-helper
-pkgver=1.25.1
-pkgrel=2
+pkgver=1.26.0
+pkgrel=1
 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')
-source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('10dd8a1dbcf41ece051fdc3e9642b8c8111fe2c524cb966c0870ef3413c75a77')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver%.0}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('e886ec3ad17667a3694b11a71317c584839562f74b29c609d54c002973b387be')
 
 build() {
   cd pkcs11-helper-$pkgver



More information about the arch-commits mailing list