author | Felix Yan
<felixonmars@archlinux.org> 2017-08-14 11:00:59 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2017-08-14 11:00:59 UTC |
parent | 432393d60a24a2c2965d85afa630d33223e5d307 |
PKGBUILD | +3 | -3 |
pkgbuild-syntax-highlight.patch | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 0079dba..15f9d86 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=syntax-highlighting -pkgver=5.36.0 +pkgver=5.37.0 pkgrel=1 pkgdesc='Syntax highlighting engine for structured text and code' arch=(i686 x86_64) @@ -14,9 +14,9 @@ makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools doxygen) groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} pkgbuild-syntax-highlight.patch) -sha256sums=('925a8845cd3a1d1720753aaba80f364d59612d45a71de089531d5e8dfa94fdc5' +sha256sums=('e2d075482bc5409646db40374c6caa0b055276e1a5cd8e30065e9f4fd0baa6d0' 'SKIP' - '0de3f92677e41f299278d3a9adaa012822576248fd1c4e86f5dd25e2790a4d81') + '4321ee61f2465966f87dde89cf60e39b30de14e82b492d9a11a5c7e725b1ad8f') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> prepare() { diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch index c92cf97..c93d910 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="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@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@kde.nl)" license="LGPL"> - +-<language name="Bash" version="4" 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@kde.nl)" license="LGPL"> ++<language name="Bash" version="4" 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@kde.nl)" license="LGPL"> + <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl) Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)