author | Felix Yan
<felixonmars@archlinux.org> 2015-11-13 16:00:31 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-11-13 16:00:31 UTC |
parent | 0a70ab54ff130d84b016cda59268170ba8ce612b |
PKGBUILD | +3 | -3 |
pkgbuild-syntax-highlight.patch | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index a54c6d4..9805b7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=ktexteditor -pkgver=5.15.0 +pkgver=5.16.0 pkgrel=1 pkgdesc='Advanced embeddable text editor' arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ makedepends=('extra-cmake-modules') 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 diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch index bcecc7e..5105553 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_@.%*?+-]|\\ )"> <!-- 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@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@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@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@kde.nl)" license="LGPL"> <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl) Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)