git » plasma-framework.git » commit 6bfa91d

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 332cdb49d25b48f0344e88a634c4136b453319b2

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 68176a0..5cdc297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=plasma-framework
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
@@ -13,9 +13,10 @@ depends=(kactivities kdeclarative kwayland kirigami2)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('e192af9e51fb181eb7feb2e51b51e6056fab370d16ca0c629c25a0b5b99558d7'
+sha256sums=('f4471872b4f279e2979f661f2792f0afa8af5f15896bd9e6a08e1ec7ed85b079'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \