git » qqc2-desktop-style.git » commit 33a44a9

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 0b544406e78865d1d4a9f75a4346ae82262616fc

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 6c5f1c7..6593de6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=qqc2-desktop-style
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
 arch=(x86_64)
@@ -11,9 +11,10 @@ groups=(kf5)
 depends=(kirigami2 kiconthemes sonnet)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1921b1c56556c6ff6c53ef081199d5306bb9488f5457247eacd646d09bcfe115'
+sha256sums=('11d52dfd9f576ee4933b32c6dd2458c5e25836935d9dcc27f3c845e8dccea965'
             'SKIP')
 validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \