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/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/kdesdk-kate/PKGBUILD b/extra/kdesdk-kate/PKGBUILD
index 6245dee7b..6fb1ea26a 100644
--- a/extra/kdesdk-kate/PKGBUILD
+++ b/extra/kdesdk-kate/PKGBUILD
@@ -1,25 +1,26 @@
-# $Id: PKGBUILD 184856 2013-05-09 09:42:28Z andrea $
+# $Id: PKGBUILD 188716 2013-06-18 14:20:59Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=kdesdk-kate
pkgname=('kdebase-katepart'
'kdebase-kwrite'
'kdesdk-kate')
-pkgver=4.10.3
-pkgrel=1
+pkgver=4.10.4
+pkgrel=2
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')
-sha1sums=('6fe0e8c0cee9a21df4c4271861e10e249896d873'
+sha1sums=('167c7bc7f9f83f4017f006e2b4c2a3ec24eb6c9d'
'dc70306c507083cf9b4bb1c536858742292fa1bf')
-build() {
+prepare() {
cd kate-${pkgver}
patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
- cd ../
+}
+build() {
mkdir build
cd build
cmake ../kate-${pkgver} \