[arch-commits] Commit in ktexteditor/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Apr 11 04:04:07 UTC 2016


    Date: Monday, April 11, 2016 @ 06:04:06
  Author: fyan
Revision: 264602

upgpkg: ktexteditor 5.21.0-1

Upstream release

Modified:
  ktexteditor/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 04:03:57 UTC (rev 264601)
+++ PKGBUILD	2016-04-11 04:04:06 UTC (rev 264602)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=ktexteditor
-pkgver=5.20.0
-pkgrel=3
+pkgver=5.21.0
+pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,11 +13,9 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        'pkgbuild-syntax-highlight.patch'
-	ktexteditor-selection.patch::"https://quickgit.kde.org/?p=ktexteditor.git&a=commitdiff&h=f7f330b2&o=plain")
-md5sums=('4e4cdc9d49dd3a3a865d91ffaec392ba'
-         '3a03efe92f1403991c51f2859ee092f6'
-         '4ddfd71ab48c7e1a7f25333c8bdd0f39')
+        'pkgbuild-syntax-highlight.patch')
+md5sums=('fadc9c3d3a35fb65e05160a400d45b59'
+         '3a03efe92f1403991c51f2859ee092f6')
 
 prepare() {
   mkdir -p build
@@ -24,8 +22,6 @@
 
   cd ${pkgname}-${pkgver}
   patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-# Fix text selection
-  patch -p1 -i ../ktexteditor-selection.patch
 }
 
 build() {



More information about the arch-commits mailing list