diff options
Diffstat (limited to 'kde-unstable/kdebindings-python/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-python/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdebindings-python/PKGBUILD b/kde-unstable/kdebindings-python/PKGBUILD index f1b22222f..2cad5573a 100644 --- a/kde-unstable/kdebindings-python/PKGBUILD +++ b/kde-unstable/kdebindings-python/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 160090 2012-05-29 22:25:25Z andrea $ +# $Id: PKGBUILD 160324 2012-05-31 22:24:02Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdebindings-python pkgname=('kdebindings-python' 'kdebindings-python2') pkgver=4.8.80 -pkgrel=1 +pkgrel=2 url='https://projects.kde.org/projects/kde/kdebindings/pykde4' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 'qscintilla') source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz") -sha1sums=('72bd95baeaf8ab71a66de6da8bba09e978e59bd2') +sha1sums=('bd93872670dc56b0007467a6a9319089e84eb431') build() { export PYTHONDONTWRITEBYTECODE="TRUE" |