summaryrefslogtreecommitdiffstats
path: root/desktop/lumina
diff options
context:
space:
mode:
author David Spencer2017-07-09 13:09:43 +0200
committer David Spencer2017-07-12 17:39:15 +0200
commit7e60e40c6841c7646339378bf99813001d1ea9ea (patch)
tree1cbb55e0e1ff886116f06fde84010a88afff21e7 /desktop/lumina
parent82e3cdd792c4725a99f0bec00a050ba9484efb41 (diff)
downloadslackbuilds-7e60e40c6841c7646339378bf99813001d1ea9ea.tar.gz
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>
Diffstat (limited to 'desktop/lumina')
-rw-r--r--desktop/lumina/lumina.SlackBuild3
-rw-r--r--desktop/lumina/lumina.info4
2 files changed, 3 insertions, 4 deletions
diff --git a/desktop/lumina/lumina.SlackBuild b/desktop/lumina/lumina.SlackBuild
index 3928aac43e..6814c758bb 100644
--- a/desktop/lumina/lumina.SlackBuild
+++ b/desktop/lumina/lumina.SlackBuild
@@ -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 \
diff --git a/desktop/lumina/lumina.info b/desktop/lumina/lumina.info
index ebdbb902ea..2cc852d634 100644
--- a/desktop/lumina/lumina.info
+++ b/desktop/lumina/lumina.info
@@ -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"