office/lumina-calculator: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4944cd1282
commit
a6e5ade6f7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lumina-calculator
|
||||
|
||||
# Copyright 2019 Chris Abela, Malta
|
||||
# Copyright 2019, 2020 Chris Abela, Malta
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lumina-calculator
|
||||
VERSION=${VERSION:-1.5.0_20190822}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lumina-calculator"
|
||||
VERSION="1.5.0_20190822"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="https://github.com/lumina-desktop/lumina-calculator"
|
||||
DOWNLOAD="https://gitlab.com/chrisabela/downloads/raw/master/lumina-calculator-1.5.0_20190822.tar.gz"
|
||||
MD5SUM="048179c887d78c1ed907655a27a217fd"
|
||||
DOWNLOAD="https://github.com/lumina-desktop/lumina-calculator/archive/v1.6.0/lumina-calculator-1.6.0.tar.gz"
|
||||
MD5SUM="320996336e910e2626c5523111ed817f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in New Issue