From f27ed364fc5ce92eb60f56f76bc30d9d55f89e9f Mon Sep 17 00:00:00 2001
From: Massimiliano Torromeo <mtorromeo@archlinux.org>
Date: Mon, 28 Feb 2022 11:18:10 +0000
Subject: [PATCH] signed with new key and enabled debug package

---
 PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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')
-- 
GitLab