diff options
Diffstat (limited to 'extra/kdebindings-python/PKGBUILD')
-rw-r--r-- | extra/kdebindings-python/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdebindings-python/PKGBUILD b/extra/kdebindings-python/PKGBUILD index a0127b51c..58118ad0c 100644 --- a/extra/kdebindings-python/PKGBUILD +++ b/extra/kdebindings-python/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 177634 2013-02-08 08:55:53Z andrea $ +# $Id: PKGBUILD 179335 2013-03-05 15:22:35Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdebindings-python pkgname=('kdebindings-python' 'kdebindings-python2' 'kdebindings-python-common') -pkgver=4.10.0 +pkgver=4.10.1 pkgrel=1 url='https://projects.kde.org/projects/kde/kdebindings/pykde4' arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ groups=('kdebindings') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz") -sha1sums=('d587d16363d2184320faf3636ac92f9b50ef5720') +sha1sums=('69a0562e3325508631fde4f24e01d2e3f8907b74') build() { export PYTHONDONTWRITEBYTECODE="TRUE" |