git » kate.git » commit 38aec89

KDE Applications 18.04.3

author Antonio Rojas
2018-07-12 17:15:52 UTC
committer Antonio Rojas
2018-07-12 17:15:52 UTC
parent 1b98e0bed928bdb7ec29c298a7c14b05ec834f8f

KDE Applications 18.04.3

PKGBUILD +5 -10

diff --git a/PKGBUILD b/PKGBUILD
index 7ce49e3..7119f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,24 +4,19 @@
 
 pkgbase=kate
 pkgname=(kwrite kate)
-pkgver=18.04.2
-pkgrel=2
+pkgver=18.04.3
+pkgrel=1
 arch=(x86_64)
 license=(GPL LGPL FDL)
 makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff ktexteditor threadweaver kitemmodels kactivities)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig}
-        kdebug-395039.patch::"https://cgit.kde.org/kate.git/patch/?id=291b6899")
-sha256sums=('1678accdb134b02312c03556b07be6184e69db98d7669a4ccef5d4bf3f27c880'
-            'SKIP'
-            '98701a7ed8cb92c131d959df953e5e5f7fd4e647eedafa55e6506a0b4bfa1613')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('e4ac4587881ca4a99ea972ffffd9015ea00a0d14fd1bcb129c1d22b930b02bf0'
+            'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../kdebug-395039.patch # Fix QuickOpen with Qt 5.11 https://bugs.kde.org/show_bug.cgi?id=395039
 }
 
 build() {