diff options
author | root <root@rshg054.dnsready.net> | 2011-12-24 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-24 23:14:50 +0000 |
commit | 2d2e64c7c198ff82ea6e306f7673168dcf5ddca7 (patch) | |
tree | d1db6175abc5826c498c3140c028b5b7fbac5ee1 /extra/kdebindings-python | |
parent | d53a615fd6ab6dfeb42da11086f96698cb08fe40 (diff) |
Sat Dec 24 23:14:50 UTC 2011
Diffstat (limited to 'extra/kdebindings-python')
-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 42a4f02ea..09339c550 100644 --- a/extra/kdebindings-python/PKGBUILD +++ b/extra/kdebindings-python/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 144629 2011-12-08 09:18:34Z andrea $ +# $Id: PKGBUILD 145595 2011-12-23 10:46:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-python pkgver=4.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="KDE bindings for Python" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') -depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs') +depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla') makedepends=('cmake' 'automoc4' 'boost') source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2") sha1sums=('cac4b94098dba73d58fb4f7d73d7c65c306517d1') |