summaryrefslogtreecommitdiff
path: root/extra/kdebindings
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings')
-rw-r--r--extra/kdebindings/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdebindings/PKGBUILD b/extra/kdebindings/PKGBUILD
index c9c3469f5..af6812ec9 100644
--- a/extra/kdebindings/PKGBUILD
+++ b/extra/kdebindings/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=('kdebindings-csharp'
'kdebindings-python'
'kdebindings-ruby'
'kdebindings-smoke')
-pkgver=4.6.3
+pkgver=4.6.5
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -15,7 +15,7 @@ license=('GPL' 'LGPL')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('4ecc6ac378c241472aa75680abfafd8d57672653')
+sha1sums=('e63a0b0eec92320df2c2c539b916c5ee9425a689')
build() {
export MONO_SHARED_DIR="${srcdir}/build/.mono"
@@ -31,7 +31,8 @@ build() {
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
-DBUILD_php=OFF \
- -DWITH_PolkitQt=OFF
+ -DWITH_PolkitQt=OFF \
+ -DWITH_Soprano=OFF
make
}