rebuild pygtk against new python2-gobject2

This commit is contained in:
AlmAck 2014-07-27 17:05:55 +02:00
parent 189a71bbad
commit 1f2ba86b7e

View File

@ -1,13 +1,12 @@
pkgname=pygtk
pkgver=2.24.0
pkgrel=2
pkgrel=3
pkgdesc="Python bindings for the GTK widget set"
arch=('x86_64')
license=('LGPL')
depends=('libglade' 'python2-cairo' 'python2-gobject')
depends=('libglade' 'python2-cairo' 'python2-gobject2')
makedepends=('python-numpy')
optdepends=('python-numpy')
options=('!libtool')
url="http://www.pygtk.org/"
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
python27.patch)