academic/qalculate-gtk: Updated for version 3.9.0a

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2020-05-03 16:28:37 -07:00 committed by Willy Sudiarto Raharjo
parent d63993ccb0
commit 38dcbb1e2d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for qalculate-gtk
# Copyright 2016-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2016-2020 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=qalculate-gtk
VERSION=${VERSION:-3.4.0}
VERSION=${VERSION:-3.9.0a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
rm -rf $PRGNAM-${VERSION/[a-z]/}
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
cd $PRGNAM-${VERSION/[a-z]/}
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="qalculate-gtk"
VERSION="3.4.0"
HOMEPAGE="http://qalculate.github.io/"
DOWNLOAD="https://github.com/Qalculate/qalculate-gtk/releases/download/v3.4.0/qalculate-gtk-3.4.0.tar.gz"
MD5SUM="58a8670ce4f3e692acbd2f27d104f82e"
VERSION="3.9.0a"
HOMEPAGE="https://qalculate.github.io/"
DOWNLOAD="https://github.com/Qalculate/qalculate-gtk/releases/download/v3.9.0/qalculate-gtk-3.9.0a.tar.gz"
MD5SUM="801452b4103f93df55e65523754ac584"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libqalculate"