graphics/simple-scan: Fixed download link (different tarball).

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-09 10:04:35 +02:00 committed by Robby Workman
parent 159213485d
commit d9fc6872d1
2 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ set -e
rm -fr $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root.root .
find . \

View file

@ -1,11 +1,11 @@
PRGNAM="simple-scan"
VERSION="2.32.0.2"
HOMEPAGE="https://launchpad.net/simple-scan"
DOWNLOAD="http://launchpad.net/simple-scan/trunk/2.32.0.2/+download/simple-scan-2.32.0.2.tar.gz"
MD5SUM="bd04ec7387c2f3164f81a490c0fe0b30"
DOWNLOAD="https://launchpad.net/simple-scan/2.32/2.32.0.2/+download/simple-scan-2.32.0.2.tar.bz2"
MD5SUM="8435b0a31aba1255caf685eb57b18e06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
REQUIRES=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"