git » libp11.git » commit a3025dd

Drop options=(debug)/options=('debug') from trunk

author Evangelos Foutras
2023-01-15 09:13:06 UTC
committer Evangelos Foutras
2023-01-15 09:13:06 UTC
parent d52f1aac2cba4c259c719896fbf505cd3074aebd

Drop options=(debug)/options=('debug') from trunk

devtools 20230105-1 enables the debug option by default.

A follow-up commit will remove debug from alongside other options.

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index 5c2afb3..c36aca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ 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=('1e1a2533b3fcc45fde4da64c9c00261b1047f14c3f911377ebd1b147b3321cfd'
             'SKIP')