[arch-commits] Commit in pygtksourceview2 (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 23 19:25:40 UTC 2009


    Date: Sunday, August 23, 2009 @ 15:25:40
  Author: jgc
Revision: 50153

Update to 2.7.0 - add pygtk to depends

Added:
  pygtksourceview2/gnome-unstable/
Modified:
  pygtksourceview2/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-23 19:06:43 UTC (rev 50151)
+++ gnome-unstable/PKGBUILD	2009-08-23 19:25:40 UTC (rev 50153)
@@ -2,22 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pygtksourceview2
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Python bindings for gtksourceview2"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gtksourceview2>=2.6.0' 'pygobject>=2.16.0' 'python>=2.6')
+depends=('gtksourceview2>=2.7.3' 'pygtk>=2.16.0' 'python>=2.6')
 makedepends=('perlxml' 'pkgconfig')
 options=('!libtool')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.6/pygtksourceview-${pkgver}.tar.bz2)
-md5sums=('5587a1865bd5c785c6f34095c57cc96b')
+source=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.7/pygtksourceview-${pkgver}.tar.bz2)
+sha256sums=('bb6f8e9894754cc4a2804b5d69a7c2307a66289a2f33aa6ac0720b4ac6a14592')
 
 build() {
   cd "${srcdir}/pygtksourceview-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-	--localstatedir=/var --disable-static --disable-docs || return 1
+      --localstatedir=/var --disable-static --disable-docs || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list