[arch-commits] Commit in ktexteditor/trunk (PKGBUILD pkgbuild-syntax-highlight.patch)
Felix Yan
felixonmars at archlinux.org
Sun Oct 9 17:46:08 UTC 2016
Date: Sunday, October 9, 2016 @ 17:46:07
Author: felixonmars
Revision: 278101
upgpkg: ktexteditor 5.27.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-10-09 17:46:00 UTC (rev 278100)
+++ PKGBUILD 2016-10-09 17:46:07 UTC (rev 278101)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=ktexteditor
-pkgver=5.26.0
+pkgver=5.27.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=('3c44e3cdd5aeb599ebdcdf6d97c50489'
- '489275f1330fe43e4e24e9c5b3c842e1')
+md5sums=('2388a9287023572beacabad74a50f1fd'
+ '6b11febc2766f2613cf29339a3dedf83')
prepare() {
mkdir -p build
Modified: pkgbuild-syntax-highlight.patch
===================================================================
--- pkgbuild-syntax-highlight.patch 2016-10-09 17:46:00 UTC (rev 278100)
+++ pkgbuild-syntax-highlight.patch 2016-10-09 17:46:07 UTC (rev 278101)
@@ -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.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">
+-<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 at 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 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