[arch-commits] CVS update of extra/lib/gnome-python (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Dec 25 19:34:58 UTC 2007
Date: Tuesday, December 25, 2007 @ 14:34:58
Author: jgc
Path: /home/cvs-extra/extra/lib/gnome-python
Modified: PKGBUILD (1.34 -> 1.35)
upgpkg: gnome-python 2.20.1-1
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: extra/lib/gnome-python/PKGBUILD
diff -u extra/lib/gnome-python/PKGBUILD:1.34 extra/lib/gnome-python/PKGBUILD:1.35
--- extra/lib/gnome-python/PKGBUILD:1.34 Fri Sep 21 13:05:34 2007
+++ extra/lib/gnome-python/PKGBUILD Tue Dec 25 14:34:57 2007
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.34 2007/09/21 17:05:34 jgc Exp $
-# Contributor: Sarah Hay <sarah at archlinux.org>
+# $Id: PKGBUILD,v 1.35 2007/12/25 19:34:57 jgc Exp $
# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
pkgname=gnome-python
-pkgver=2.20.0
+pkgver=2.20.1
pkgrel=1
pkgdesc="gnome-python is a set of interfaces to gnome-libs."
arch=(i686 x86_64)
license=('LGPL')
-depends=('pygtk>=2.12.0' 'pyorbit>=2.14.2' 'libgnomeui>=2.20.0')
+depends=('pygtk>=2.12.0' 'pyorbit>=2.14.2' 'libgnomeui>=2.20.1.1')
makedepends=('pkgconfig')
options=('!libtool')
url="http://www.pygtk.org/"
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b5f17b65333f1cf6a8c0de914eb06191')
+md5sums=('f05d67b0f288728e703faa8f74995358')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list