desktop/lumina: Fixed download.

Without content disposition, it was downloading v1.3.0 instead of
v1.3.0-p1. Without content disposition, it was failing to build.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-07-09 12:09:43 +01:00
parent 82e3cdd792
commit 7e60e40c68
2 changed files with 3 additions and 4 deletions

View file

@ -29,7 +29,6 @@
PRGNAM=lumina
VERSION=${VERSION:-1.3.0_p1}
PKGVERSION=${PKGVERSION:-1.3.0-p1}
MJRVERSION=${MJRVERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +66,7 @@ mkdir -pv $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$PKGVERSION
tar xvf $CWD/$PRGNAM-$PKGVERSION.tar.gz
cd $PRGNAM-$MJRVERSION
cd $PRGNAM-$PKGVERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="lumina"
VERSION="1.3.0_p1"
HOMEPAGE="http://lumina-desktop.org/"
DOWNLOAD="https://github.com/trueos/lumina/archive/v1.3.0/lumina-1.3.0-p1.tar.gz"
MD5SUM="eaeb03435aa39882191087e7f860d591"
DOWNLOAD="https://github.com/trueos/lumina/archive/v1.3.0-p1/lumina-1.3.0-p1.tar.gz"
MD5SUM="2df745381ef431736d0734afaf61cca4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"