Date: Monday, August 14, 2017 @ 11:00:59 Author: felixonmars Revision: 302117
upgpkg: syntax-highlighting 5.37.0-1 Upstream release Modified: syntax-highlighting/trunk/PKGBUILD syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch ---------------------------------+ PKGBUILD | 6 +++--- pkgbuild-syntax-highlight.patch | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-14 11:00:52 UTC (rev 302116) +++ PKGBUILD 2017-08-14 11:00:59 UTC (rev 302117) @@ -3,7 +3,7 @@ # Maintainer: Felix Yan <[email protected]> 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 @@ 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 <[email protected]> prepare() { Modified: pkgbuild-syntax-highlight.patch =================================================================== --- pkgbuild-syntax-highlight.patch 2017-08-14 11:00:52 UTC (rev 302116) +++ pkgbuild-syntax-highlight.patch 2017-08-14 11:00:59 UTC (rev 302117) @@ -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 ([email protected])" 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 ([email protected])" 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 ([email protected])" 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 ([email protected])" license="LGPL"> + <!-- (c) 2004 by Wilbert Berendsen ([email protected]) Changes by Matthew Woehlke ([email protected])
