git » kwidgetsaddons.git » commit a358570

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 7cadf86f09b721158f3cbf42a5b9b7452dd6aee3

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index e62b98f..cf79d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwidgetsaddons
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='Addons to QtWidgets'
 arch=(x86_64)
@@ -13,9 +13,10 @@ depends=(qt5-base)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang doxygen)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ca4cbbecc86fdaa00a09ad700037c47fe9c22e584d8c79f6b9007181018e27b0'
+sha256sums=('e3b4dc3db4d608b2a725e9087ca3add1105e4027e7e47d10f96c2eff344af20e'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \