[arch-commits] Commit in ktexteditor/trunk (PKGBUILD pkgbuild-syntax-highlight.patch)
Felix Yan
fyan at archlinux.org
Fri Nov 13 16:00:31 UTC 2015
Date: Friday, November 13, 2015 @ 17:00:31
Author: fyan
Revision: 250993
upgpkg: ktexteditor 5.16.0-1
KF 5.16.0
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 2015-11-13 16:00:24 UTC (rev 250992)
+++ PKGBUILD 2015-11-13 16:00:31 UTC (rev 250993)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=ktexteditor
-pkgver=5.15.0
+pkgver=5.16.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=('cfbfab5e980de650448171d54ae2777c'
- 'cc66f75c967dd7ac7c97375875772d69')
+md5sums=('086d75bdbefb15b2f7e9092eda23d70a'
+ '3a03efe92f1403991c51f2859ee092f6')
prepare() {
mkdir -p build
Modified: pkgbuild-syntax-highlight.patch
===================================================================
--- pkgbuild-syntax-highlight.patch 2015-11-13 16:00:24 UTC (rev 250992)
+++ pkgbuild-syntax-highlight.patch 2015-11-13 16:00:31 UTC (rev 250993)
@@ -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.17" kateversion="2.4" 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.17" kateversion="2.4" 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.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">
<!-- (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