git » kpty.git » commit b73e51f

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 466da91bbe5547ffdc0b20d43efcde904d06dd42

KDE Frameworks 5.91, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9334052..19c6cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kpty
-pkgver=5.90.0
+pkgver=5.91.0
 pkgrel=1
 pkgdesc='Pty abstraction'
 arch=(x86_64)
@@ -13,9 +13,10 @@ depends=(kcoreaddons ki18n libutempter)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('8a30a43d8c0397eb3657f578da6836872468d2eb49277961be9c73e073f2b6dc'
+sha256sums=('0da072117ddcded5de1d9befd2c1cf0b471711607902d03cb57bcf384d9ac1fb'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \