git » libp11.git » commit f27ed36

signed with new key and enabled debug package

author Massimiliano Torromeo
2022-02-28 11:18:10 UTC
committer Massimiliano Torromeo
2022-02-28 11:18:10 UTC
parent 20629ec3b834ea7b5ecf7eccc08f6415f1170ca4

signed with new key and enabled debug package

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 418ff3b..b3ca5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')