git » signon-kwallet-extension.git » commit 0f76f1e

Update to 21.12.2, add debug symbols

author Antonio Rojas
2022-02-03 10:13:51 UTC
committer Antonio Rojas
2022-02-03 10:13:51 UTC
parent 6854472ca6bc3bff1c168b14d2ea8cd947280664

Update to 21.12.2, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 657ea4c..d82f97c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: anex <assassin.anex[@]gmail.com
 
 pkgname=signon-kwallet-extension
-pkgver=21.12.1
+pkgver=21.12.2
 pkgrel=1
 pkgdesc='KWallet integration for signon framework'
 arch=(x86_64)
@@ -12,11 +12,12 @@ groups=(kde-applications kde-network)
 depends=(signond kwallet)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b3f7e76e230dee1785a3e54ab37ff4e5860167b6d0a2c339f553dbc867884226'
+sha256sums=('6ef586e926308b3cd433d7a25c3e07abb24478903a55d66f8f93d30915aad161'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \