author | Felix Yan
<felixonmars@archlinux.org> 2016-09-14 09:51:18 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-09-14 09:51:18 UTC |
parent | b9c1f675950f7eb6335be46a634890ecfdc970d7 |
PKGBUILD | +3 | -3 |
pkgbuild-syntax-highlight.patch | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index d19bf4d..b39be0e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=ktexteditor -pkgver=5.25.0 +pkgver=5.26.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=('c34217c409480ac45f48693c72e3ed8a' - '3a03efe92f1403991c51f2859ee092f6') +md5sums=('3c44e3cdd5aeb599ebdcdf6d97c50489' + '489275f1330fe43e4e24e9c5b3c842e1') prepare() { mkdir -p build diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch index 5105553..d3d8254 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.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"> +-<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"> <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl) Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)