git » kquickcharts.git » commit 7c1e1fd

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 e6e78a3fade4ab7e379e67fdec2d33a56160352d

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7ea26fd..a33d97f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kquickcharts
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='A QtQuick plugin providing high-performance charts'
 arch=(x86_64)
@@ -12,9 +12,10 @@ depends=(qt5-quickcontrols2)
 makedepends=(extra-cmake-modules)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d115bc31f10ba8e86b2d68e759890ee2cfa141612d30df5370e60fb032dfc9ed'
+sha256sums=('930178d092b6e04394d739bf6ce11f1d89c5d7d167ad38ebeb689d226af511be'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \