[arch-commits] Commit in ktexteditor/trunk (PKGBUILD pkgbuild-syntax-highlight.patch)

Felix Yan felixonmars at archlinux.org
Wed Sep 14 09:51:18 UTC 2016


    Date: Wednesday, September 14, 2016 @ 09:51:18
  Author: felixonmars
Revision: 276394

upgpkg: ktexteditor 5.26.0-1

Upstream release

Modified:
  ktexteditor/trunk/PKGBUILD
  ktexteditor/trunk/pkgbuild-syntax-highlight.patch

---------------------------------+
 PKGBUILD                        |    6 +++---
 pkgbuild-syntax-highlight.patch |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-14 09:51:09 UTC (rev 276393)
+++ PKGBUILD	2016-09-14 09:51:18 UTC (rev 276394)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=ktexteditor
-pkgver=5.25.0
+pkgver=5.26.0
 pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
         'pkgbuild-syntax-highlight.patch')
-md5sums=('c34217c409480ac45f48693c72e3ed8a'
-         '3a03efe92f1403991c51f2859ee092f6')
+md5sums=('3c44e3cdd5aeb599ebdcdf6d97c50489'
+         '489275f1330fe43e4e24e9c5b3c842e1')
 
 prepare() {
   mkdir -p build

Modified: pkgbuild-syntax-highlight.patch
===================================================================
--- pkgbuild-syntax-highlight.patch	2016-09-14 09:51:09 UTC (rev 276393)
+++ pkgbuild-syntax-highlight.patch	2016-09-14 09:51:18 UTC (rev 276394)
@@ -4,8 +4,8 @@
          <!ENTITY noword   "(?![\w$+-])">                <!-- no word, $, + or - following -->
          <!ENTITY pathpart "([\w_ at .%*?+-]|\\ )">     <!-- valid character in a file name -->
  ]>
--<language name="Bash" version="2.18" 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 at kde.nl)" license="LGPL">
-+<language name="Bash" version="2.18" 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 at 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" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at 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 at kde.nl)" license="LGPL">
  
  <!-- (c) 2004 by Wilbert Berendsen (wilbert at kde.nl)
      Changes by Matthew Woehlke (mw_triad at users.sourceforge.net)



More information about the arch-commits mailing list