summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebindings-python/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdebindings-python/PKGBUILD')
-rw-r--r--kde-unstable/kdebindings-python/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/kde-unstable/kdebindings-python/PKGBUILD b/kde-unstable/kdebindings-python/PKGBUILD
index a809c8ea5..ff4ad9597 100644
--- a/kde-unstable/kdebindings-python/PKGBUILD
+++ b/kde-unstable/kdebindings-python/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 163362 2012-07-11 22:00:05Z andrea $
+# $Id: PKGBUILD 171720 2012-11-21 18:13:07Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=kdebindings-python
pkgname=('kdebindings-python'
'kdebindings-python2')
-pkgver=4.8.97
+pkgver=4.9.80
pkgrel=1
url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
arch=('i686' 'x86_64')
@@ -13,19 +13,18 @@ groups=('kdebindings')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
-sha1sums=('734f97218bb867bd36ac9d25bac89c5d8b0b60cd')
+sha1sums=('e2b3ac142195a1aa31b6cca5463803665675d97d')
build() {
export PYTHONDONTWRITEBYTECODE="TRUE"
- cd "${srcdir}"
mkdir build
cd build
cmake ../pykde4-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_EXECUTABLE=/usr/bin/python \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
+ -DPYTHON_EXECUTABLE=/usr/bin/python3 \
+ -DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0
make
cd ..