summaryrefslogtreecommitdiff
path: root/extra/kdesdk-kate/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdesdk-kate/PKGBUILD')
-rw-r--r--extra/kdesdk-kate/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/extra/kdesdk-kate/PKGBUILD b/extra/kdesdk-kate/PKGBUILD
index 4cc2fd789..db7a7a412 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' 'mips64el')
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