[arch-commits] Commit in pkcs11-helper/trunk (PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Fri Apr 22 20:22:47 UTC 2022
Date: Friday, April 22, 2022 @ 20:22:47
Author: eworm
Revision: 443770
upgpkg: pkcs11-helper 1.29.0-1: new upstream release, enable debug support
Modified:
pkcs11-helper/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-22 20:22:40 UTC (rev 443769)
+++ PKGBUILD 2022-04-22 20:22:47 UTC (rev 443770)
@@ -4,16 +4,17 @@
# Contributor: Martin Perner <martin dot perner at gmail dot com>
pkgname=pkcs11-helper
-pkgver=1.28.0
+pkgver=1.29.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)
+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=('5bd55adafdbb708e096070dd0a910f23e1d5fd6291922398c1a15f00fff2b5ec')
+options=('debug')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6')
build() {
cd pkcs11-helper-$pkgver
More information about the arch-commits
mailing list