git » ktexteditor.git » commit 14f3221

Upstream release

author Felix Yan
2016-10-09 17:46:07 UTC
committer Felix Yan
2016-10-09 17:46:07 UTC
parent f2644831ba2511307a1353537f78022f29c4de4e

Upstream release

PKGBUILD +3 -3
pkgbuild-syntax-highlight.patch +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index b39be0e..971cad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=ktexteditor
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
         'pkgbuild-syntax-highlight.patch')
-md5sums=('3c44e3cdd5aeb599ebdcdf6d97c50489'
-         '489275f1330fe43e4e24e9c5b3c842e1')
+md5sums=('2388a9287023572beacabad74a50f1fd'
+         '6b11febc2766f2613cf29339a3dedf83')
 
 prepare() {
   mkdir -p build
diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch
index d3d8254..128cf51 100644
--- a/pkgbuild-syntax-highlight.patch
+++ b/pkgbuild-syntax-highlight.patch
@@ -4,8 +4,8 @@
          <!ENTITY noword   "(?![\w$+-])">                <!-- no word, $, + or - following -->
          <!ENTITY pathpart "([\w_@.&#37;*?+-]|\\ )">     <!-- valid character in a file name -->
  ]>
--<language name="Bash" version="2.19" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
-+<language name="Bash" version="2.19" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
+-<language name="Bash" version="3" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
++<language name="Bash" version="3" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
  
  <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
      Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)