git » qca.git » commit b04f594

Add debug symbols

author Antonio Rojas
2022-02-02 14:23:31 UTC
committer Antonio Rojas
2022-02-02 14:23:31 UTC
parent b1bd6f8549b48bd8e88f20944581a93a8525cfac

Add debug symbols

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 31cf939..e8d1a95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgbase=qca
 pkgname=(qca-qt5 qca-qt6)
 pkgver=2.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt Cryptographic Architecture'
 arch=(x86_64)
 url='https://userbase.kde.org/QCA'
@@ -16,6 +16,7 @@ source=(https://download.kde.org/stable/$pkgbase/$pkgver/$pkgbase-$pkgver.tar.xz
 sha256sums=('6b695881a7e3fd95f73aaee6eaeab96f6ad17e515e9c2b3d4b3272d7862ff5c4'
             'SKIP')
 validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter <sitter@kde.org>
+options=(debug)
 
 build() {
   cmake -B build-qt5 -S $pkgbase-$pkgver \