git » ktexteditor.git » commit 3257889

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 59a6a90c55f3cae618c88f9fb7b7c7ff62b9eec5

KDE Frameworks 5.91, add debug symbols

PKGBUILD +6 -15

diff --git a/PKGBUILD b/PKGBUILD
index d179ae7..fbe6bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=ktexteditor
-pkgver=5.90.0
-pkgrel=2
+pkgver=5.91.0
+pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,20 +13,11 @@ depends=(kparts syntax-highlighting editorconfig-core-c)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 optdepends=('git: git integration')
 groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/frameworks/ktexteditor/-/commit/804e4944.patch
-        https://invent.kde.org/frameworks/ktexteditor/-/commit/c80f935c.patch)
-sha256sums=('56088115827ae406dcd383e3c3fdf408950f351887259e41965fe4b7929f2dbc'
-            'SKIP'
-            'b8f6794535b63747bf2e73a9afece4c570ee9b560d3152dbcb1f748025f15fb9'
-            '19baa3c5b1c694edefbc518e07255a9c0acde62b6d6316ee2a2805c2d429ad1c')
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f532a1e0621d8a257387758fa616c43729dc2811c22894c656ddefe2c3367fae'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
-
-prepare() {
-# CVE-2022-23853
-  patch -d $pkgname-$pkgver -p1 < 804e4944.patch
-  patch -d $pkgname-$pkgver -p1 < c80f935c.patch
-}
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \