Date: Sunday, February 13, 2022 @ 19:03:03 Author: arojas Revision: 437176
KDE Frameworks 5.91, add debug symbols Modified: kactivities/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-13 18:52:15 UTC (rev 437175) +++ PKGBUILD 2022-02-13 19:03:03 UTC (rev 437176) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <and...@archlinux.org> pkgname=kactivities -pkgver=5.90.0 +pkgver=5.91.0 pkgrel=1 arch=(x86_64) pkgdesc='Core components for KDE Activities' @@ -14,9 +14,10 @@ optdepends=('qt5-declarative: QML bindings') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('bc8071efa15946e63a52fa40cdf4077a02108257de76cc058ee2cb359cb5c771' +sha256sums=('c0c811b91ff79cb23b99ec85b390ae331107a010f522ed45600ae6274f87c40f' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <fa...@kde.org> +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \