git » kate.git » commit 6790488

Update to 21.12.0

author Antonio Rojas
2021-12-09 09:47:33 UTC
committer Antonio Rojas
2021-12-09 09:47:33 UTC
parent 328cb7c3b9ffd63ca1e36469d7f0cfc2f2648599

Update to 21.12.0

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index f3c7468..95bcb0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,24 +4,18 @@
 
 pkgbase=kate
 pkgname=(kwrite kate)
-pkgver=21.08.3
+pkgver=21.12.0
 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}
-        https://invent.kde.org/utilities/kate/-/commit/8328b53f.patch)
-sha256sums=('e23eb09a06e29c273332dedc95f79abb9d070ec749cf9de2178a0c383b07bfbd'
-            'SKIP'
-            '082c4a0c985b07e0f6976f0e183c28be290b796978f362e46e3917c24d9ca4b1')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz{,.sig})
+sha256sums=('b4122e7c7078a853bde82a4177f19148d2c1cb952dca0636c07f741989146f7b'
+            'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
 
-prepare() {
-  patch -d $pkgbase-$pkgver -p1 < 8328b53f.patch # Use python-lsp-server
-}
-
 build() {
   cmake -B build -S $pkgbase-$pkgver \
     -DBUILD_TESTING=OFF