mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/gtksourceview: Updated for version 2.6.0
This commit is contained in:
parent
d9f9270377
commit
be3503f371
2 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue