diff options
Diffstat (limited to 'testing/kdebindings-python/PKGBUILD')
-rw-r--r-- | testing/kdebindings-python/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kdebindings-python/PKGBUILD b/testing/kdebindings-python/PKGBUILD index c1cce4b40..39f12409c 100644 --- a/testing/kdebindings-python/PKGBUILD +++ b/testing/kdebindings-python/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 164535 2012-08-01 14:35:40Z andrea $ +# $Id: PKGBUILD 166044 2012-09-04 15:42:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdebindings-python pkgname=('kdebindings-python' 'kdebindings-python2') -pkgver=4.9.0 +pkgver=4.9.1 pkgrel=1 url='https://projects.kde.org/projects/kde/kdebindings/pykde4' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ groups=('kdebindings') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 'pyqt' 'qscintilla' 'python2-sip' 'python-sip') source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz") -sha1sums=('eb51fcadd14a184895195be822e4ed704e74d3ed') +sha1sums=('b1066dc30d59ddfb16db3f7e1ee11a2f9895dfca') build() { export PYTHONDONTWRITEBYTECODE="TRUE" |