git » kdesu.git » commit 86573f8

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 2b1ef8f05098ef4f4c10b265ae6e1f295c28d655

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 6de24c6..8c9e5d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kdesu
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='Integration with su for elevated privileges'
 arch=(x86_64)
@@ -13,9 +13,10 @@ depends=(kservice kpty)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('970707b7717d8a3c38687f40ff93809b3779e527d8a6ce5fe2df05c20e1613e1'
+sha256sums=('55da7ee8c24e49dfd8ae49e1d006e67f541d35d111df412c5eaa8180784a40f2'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \