summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/pygtk
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 17:19:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 17:19:02 (GMT)
commit156d2039ab97c4ba51c7c8e84094d07e7f57bbcb (patch)
treed85fc07e4d2261eb4f2913be54b18c1c5323f073 /abs/core-testing/pygtk
parentfd63ac7d9e1bb35e38169a09e4f18a992ee9ddf4 (diff)
downloadlinhes_pkgbuild-156d2039ab97c4ba51c7c8e84094d07e7f57bbcb.zip
linhes_pkgbuild-156d2039ab97c4ba51c7c8e84094d07e7f57bbcb.tar.gz
linhes_pkgbuild-156d2039ab97c4ba51c7c8e84094d07e7f57bbcb.tar.bz2
update pygtk & pygobject, needed by exo.
Diffstat (limited to 'abs/core-testing/pygtk')
-rw-r--r--abs/core-testing/pygtk/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core-testing/pygtk/PKGBUILD b/abs/core-testing/pygtk/PKGBUILD
index 434af1c..242529b 100644
--- a/abs/core-testing/pygtk/PKGBUILD
+++ b/abs/core-testing/pygtk/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 16726 2008-10-22 02:50:46Z allan $
+# $Id: PKGBUILD 29446 2009-03-08 18:03:40Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=pygtk
-pkgver=2.13.0
-pkgrel=2
+pkgver=2.14.1
+pkgrel=1
pkgdesc="Python bindings for the GTK widget set"
arch=(i686 x86_64)
license=('LGPL')
-depends=('libglade>=2.6.3' 'pycairo>=1.6.4' 'pygobject>=2.15.4' 'python-numeric>=24.2-2')
+depends=('libglade>=2.6.3' 'pycairo>=1.6.4' 'pygobject>=2.16.0' 'python-numeric>=24.2-2')
options=('!libtool')
url="http://www.pygtk.org/"
-source=(http://ftp.gnome.org/pub/gnome/sources/pygtk/2.13/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e1513921bfd3790b456899c483fceaea')
+source=(http://ftp.gnome.org/pub/gnome/sources/pygtk/2.14/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c27a7d21b87910e80605d9135d220592')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"