summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebindings-smokekde/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdebindings-smokekde/PKGBUILD')
-rw-r--r--kde-unstable/kdebindings-smokekde/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/kde-unstable/kdebindings-smokekde/PKGBUILD b/kde-unstable/kdebindings-smokekde/PKGBUILD
index 4c28d7f8b..6c3463f4f 100644
--- a/kde-unstable/kdebindings-smokekde/PKGBUILD
+++ b/kde-unstable/kdebindings-smokekde/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 160088 2012-05-29 22:24:27Z andrea $
+# $Id: PKGBUILD 161673 2012-06-13 14:08:44Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-smokekde
-pkgver=4.8.80
+pkgver=4.8.90
pkgrel=1
pkgdesc="Language independent library for KDE bindings"
url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
@@ -16,7 +16,7 @@ optdepends=('kdesdk-kate: Kate bindings'
'kdegraphics-okular: Okular bindings')
conflicts=('kdebindings-smoke')
source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('d349b9fe6ef29c0717d3faa831d2f2d1f0281290')
+sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf')
build() {
cd "${srcdir}"
@@ -24,8 +24,7 @@ build() {
cd build
cmake ../smokekde-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_Soprano=OFF
+ -DCMAKE_INSTALL_PREFIX=/usr
make
}