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

Jan de Groot jgc at archlinux.org
Sun Aug 23 19:06:43 UTC 2009


    Date: Sunday, August 23, 2009 @ 15:06:43
  Author: jgc
Revision: 50151

Update to 2.7.3

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

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-23 18:55:29 UTC (rev 50150)
+++ gnome-unstable/PKGBUILD	2009-08-23 19:06:43 UTC (rev 50151)
@@ -2,22 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtksourceview2
-pkgver=2.6.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gtk2>=2.16.1' 'libxml2>=2.7.3')
+depends=('gtk2>=2.17.8' 'libxml2>=2.7.3')
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.6/gtksourceview-${pkgver}.tar.bz2)
-md5sums=('5f94a7c9e31f81b4a1780a3a83df6413')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.7/gtksourceview-${pkgver}.tar.bz2)
+sha256sums=('bf4c6285683a70addedd3ae6b9d4b450d928be497834272c4cd705471333f1ec')
 
 build() {
   cd "${srcdir}/gtksourceview-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list