summaryrefslogtreecommitdiff
path: root/academic/qalculate-gtk/qalculate-gtk.SlackBuild
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja@gmail.com>2020-05-03 16:28:37 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-10 08:36:59 +0700
commit38dcbb1e2dd5d172c7ce6604f42e6b6148c994eb (patch)
tree737fd07eb33174ae3de1ff5b42d6132c66c270d7 /academic/qalculate-gtk/qalculate-gtk.SlackBuild
parentd63993ccb0da96ae26aacbbeb3fa61e764361d19 (diff)
downloadslackbuilds-38dcbb1e2dd5d172c7ce6604f42e6b6148c994eb.tar.gz
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>
Diffstat (limited to 'academic/qalculate-gtk/qalculate-gtk.SlackBuild')
-rw-r--r--academic/qalculate-gtk/qalculate-gtk.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/qalculate-gtk/qalculate-gtk.SlackBuild b/academic/qalculate-gtk/qalculate-gtk.SlackBuild
index 569baa8084..a1b4d0850a 100644
--- a/academic/qalculate-gtk/qalculate-gtk.SlackBuild
+++ b/academic/qalculate-gtk/qalculate-gtk.SlackBuild
@@ -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 \