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

Christian Hesse eworm at gemini.archlinux.org
Sat Jan 1 20:30:42 UTC 2022


    Date: Saturday, January 1, 2022 @ 20:30:41
  Author: eworm
Revision: 433305

upgpkg: pkcs11-helper 1.28.0-1: new upstream release

Modified:
  pkcs11-helper/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 19:00:22 UTC (rev 433304)
+++ PKGBUILD	2022-01-01 20:30:41 UTC (rev 433305)
@@ -4,25 +4,17 @@
 # Contributor: Martin Perner <martin dot perner at gmail dot com>
 
 pkgname=pkcs11-helper
-pkgver=1.27.0
-pkgrel=2
-pkgdesc="A library that simplifies the interaction with PKCS11 providers for end-user applications using a simple API and optional OpenSSL engine"
+pkgver=1.28.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')
 provides=('libpkcs11-helper.so')
-source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver%.0}/${pkgname}-${pkgver}.tar.bz2"
-        '0001-nss-use-nss-pkcs11-h.patch')
-sha256sums=('653730f0c561bbf5941754c0783976113589b2dc64a0661c908dc878bfa4e58b'
-            'a4a27c9f71c5f2cf57a79eeba2c6749424393c20e6b5967f46095b10f393f439')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver%.0}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('5bd55adafdbb708e096070dd0a910f23e1d5fd6291922398c1a15f00fff2b5ec')
 
-prepare() {
-  cd pkcs11-helper-$pkgver
-
-  patch -Np1 < ../0001-nss-use-nss-pkcs11-h.patch
-}
-
 build() {
   cd pkcs11-helper-$pkgver
 



More information about the arch-commits mailing list