git » kio.git » commit b686253

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 350bb1c562edb1430c110287f011e98f309765dd

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9505641..dd6a0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kio
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='Resource and network access abstraction'
 arch=(x86_64)
@@ -15,9 +15,10 @@ optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctoo
             'kio-fuse: to mount remote filesystems via FUSE')
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3a1f2eb6453172ecb5b9936c6a5205306e9e729f19bec6bf12527eef8a214637'
+sha256sums=('f2ddea299f3dc98835df445dd1d622d90233115ad0200e75da5e954523466293'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \