libraries/gtksourceview: Updated for version 2.6.0

This commit is contained in:
Michiel 2010-05-13 00:29:48 +02:00 committed by David Somero
parent d9f9270377
commit be3503f371
2 changed files with 3 additions and 1 deletions

View file

@ -90,4 +90,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="gtksourceview"
VERSION="2.6.0"
HOMEPAGE="http://projects.gnome.org/gtksourceview/"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.6/gtksourceview-2.6.0.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="7d3be2c9463c10dc2ce74b716ffd6400"
MD5SUM_x86_64=""
MAINTAINER="Michiel"
EMAIL="michiel@slackbuilds.org"
APPROVED="dsomero,rworkman"