graphics/ristretto: Updated for version 0.0.22

This commit is contained in:
Robby Workman 2010-05-13 00:28:15 +02:00 committed by Erik Hanson
parent e90078741e
commit 7c33855fa9
2 changed files with 3 additions and 1 deletions

View File

@ -81,4 +81,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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="ristretto"
VERSION="0.0.22"
HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
DOWNLOAD="http://goodies.xfce.org/releases/ristretto/ristretto-0.0.22.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="978ae19472c5a0b7d4b6622a68234a67"
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="Erik Hanson"