office/verbiste: Fix DOWNLOAD.

This commit is contained in:
B. Watson 2015-10-27 18:40:23 -04:00 committed by Willy Sudiarto Raharjo
parent afbd1486fa
commit af6abc105e
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/${PRGNAM}_$VERSION.orig.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="verbiste"
VERSION="0.1.40"
HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/verbiste.html"
DOWNLOAD="http://perso.b2b2c.ca/sarrazip/dev/verbiste-0.1.40.tar.gz"
DOWNLOAD="ftp://ftp.fau.de/mint/lmde-packages/pools/B/pool/main/v/verbiste/verbiste_0.1.40.orig.tar.gz"
MD5SUM="e5801736ba08818dbb6edc61b7e214db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""