[arch-commits] Commit in libp11/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at gemini.archlinux.org
Mon Feb 28 11:18:10 UTC 2022
Date: Monday, February 28, 2022 @ 11:18:10
Author: mtorromeo
Revision: 1138364
signed with new key and enabled debug package
Modified:
libp11/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-28 11:16:14 UTC (rev 1138363)
+++ PKGBUILD 2022-02-28 11:18:10 UTC (rev 1138364)
@@ -6,12 +6,13 @@
pkgname=libp11
pkgver=0.4.11
-pkgrel=1
+pkgrel=2
pkgdesc="A library implementing a small layer on top of the PKCS11 API"
arch=('x86_64')
url="https://github.com/OpenSC/libp11/wiki"
license=('LGPL')
depends=('openssl')
+options=('debug')
source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
sha256sums=('57d47a12a76fd92664ae30032cf969284ebac1dfc25bf824999d74b016d51366'
'SKIP')
More information about the arch-commits
mailing list