author | Antonio Rojas
<arojas@archlinux.org> 2015-05-30 08:09:25 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-05-30 08:09:25 UTC |
parent | 1c621a1f379f80d06c4f3c226d8b81ea5f8e8ec3 |
PKGBUILD | +2 | -2 |
pkgbuild-syntax-highlight.patch | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 99fe444..f550517 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=kate pkgname=('kwrite' 'kate') -pkgver=15.04.1 +pkgver=15.04.2 pkgrel=1 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') @@ -12,7 +12,7 @@ depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels') makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework') optdepends=('kio-extras: extra protocols support (sftp, fish and more)') source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('bb0a352c739d660df1d781c74b5a05edd31bbead') +sha1sums=('4a04e567425b727dab5eadc46a1c736b0eb98d89') prepare() { mkdir build diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch deleted file mode 100644 index b189b91..0000000 --- a/pkgbuild-syntax-highlight.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kate-4.10.80/part/syntax/data/bash.xml~ 2013-06-13 09:46:51.569245577 +0000 -+++ kate-4.10.80/part/syntax/data/bash.xml 2013-06-13 09:47:31.745637790 +0000 -@@ -8,7 +8,7 @@ - <!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"> - - <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl) - Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)