diff options
author | root <root@rshg054.dnsready.net> | 2013-03-06 00:03:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-06 00:03:52 -0800 |
commit | 3af1ee89ded5209697eec4e2ecb77cf1f3f19803 (patch) | |
tree | 57d232dc9df39b389372f4df52f4353f3b368d2e /extra/kdesdk-kate/PKGBUILD | |
parent | 582035722561a5ecbadc13abc26331353d810567 (diff) |
Wed Mar 6 00:03:52 PST 2013
Diffstat (limited to 'extra/kdesdk-kate/PKGBUILD')
-rw-r--r-- | extra/kdesdk-kate/PKGBUILD | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/extra/kdesdk-kate/PKGBUILD b/extra/kdesdk-kate/PKGBUILD index f3c7cc0e0..f839d46b8 100644 --- a/extra/kdesdk-kate/PKGBUILD +++ b/extra/kdesdk-kate/PKGBUILD @@ -1,27 +1,23 @@ -# $Id: PKGBUILD 177932 2013-02-11 17:58:22Z andrea $ +# $Id: PKGBUILD 179336 2013-03-05 15:22:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdesdk-kate pkgname=('kdebase-katepart' 'kdebase-kwrite' 'kdesdk-kate') -pkgver=4.10.0 -pkgrel=2 +pkgver=4.10.1 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz" - 'pkgbuild-syntax-highlight.patch' - 'fix-highlight-selection.patch') -sha1sums=('9754f1acd55278d529c4e7a5a778b5cec51e73b9' - 'dc70306c507083cf9b4bb1c536858742292fa1bf' - '46a09159747a76f348ab66a5c88dfeb596a1cbdd') + 'pkgbuild-syntax-highlight.patch') +sha1sums=('35f93d992cccf8ef7fc1bb59f11cdee6015484ef' + 'dc70306c507083cf9b4bb1c536858742292fa1bf') build() { cd kate-${pkgver} patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch - # KDEBUG#314530 - patch -p1 -i "${srcdir}"/fix-highlight-selection.patch cd ../ mkdir build |