git » kate.git » commit 3bf86b7

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 f0452de4e0e2196bc1184a1c25a9c5cc94f4fb20

Update to 21.12.2, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 29edab0..d439c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,18 @@
 
 pkgbase=kate
 pkgname=(kwrite kate)
-pkgver=21.12.1
+pkgver=21.12.2
 pkgrel=1
 arch=(x86_64)
 license=(GPL LGPL FDL)
 makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff kitemmodels ktexteditor kactivities kuserfeedback)
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz{,.sig})
-sha256sums=('7e48ccfdb58a41252566b5d6f263db16d6c88af60e2a15aef305bc0fa305a011'
+sha256sums=('4143daf2b3fff6c228be82d37bbe1e3957d778c039139a57e2a0e895bdcba964'
             '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 $pkgbase-$pkgver \