git » kwallet.git » commit 93c28a1

KDE Frameworks 5.91, add debug symbols

author Antonio Rojas
2022-02-13 18:35:37 UTC
committer Antonio Rojas
2022-02-13 18:35:37 UTC
parent 0b0b868017357bc840de57b2253bb34a7290b50e

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 121669c..bfc5964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwallet
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=(x86_64)
@@ -14,9 +14,10 @@ makedepends=(extra-cmake-modules kdoctools boost doxygen qt5-tools qt5-doc)
 optdepends=('kwalletmanager: Configuration GUI')
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('74aa1144a358a1a43a133dabf1b0936ae01dc290e585573dec88e52d097ace19'
+sha256sums=('3736051cfc42598368704b36c36f41482f778c45ba22a4e591389725945938fc'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \