[arch-commits] Commit in pygtk/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Mar 8 18:00:14 UTC 2009
Date: Sunday, March 8, 2009 @ 14:00:14
Author: jgc
Revision: 29442
upgpkg: pygtk 2.14.1-1
Modified:
pygtk/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-08 17:51:08 UTC (rev 29441)
+++ PKGBUILD 2009-03-08 18:00:14 UTC (rev 29442)
@@ -3,15 +3,16 @@
# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
pkgname=pygtk
-pkgver=2.14.0
+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.14/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c27a7d21b87910e80605d9135d220592')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,4 +21,3 @@
make DESTDIR="${pkgdir}" install || return 1
install -m644 gtk/gtk-extrafuncs.defs "${pkgdir}/usr/share/pygtk/2.0/defs/" || return 1
}
-md5sums=('b5fec3a9493a394d0ba2b8d2b337c4c5')
More information about the arch-commits
mailing list