aboutsummaryrefslogtreecommitdiff
path: root/python/python3-glances/python3-glances.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-glances/python3-glances.SlackBuild')
-rw-r--r--python/python3-glances/python3-glances.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-glances/python3-glances.SlackBuild b/python/python3-glances/python3-glances.SlackBuild
index d211b2bebc..98e9c4bc0d 100644
--- a/python/python3-glances/python3-glances.SlackBuild
+++ b/python/python3-glances/python3-glances.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-glances
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-3.4.0.5}
+VERSION=${VERSION:-4.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -55,9 +55,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ${SRCNAM^}-$VERSION
-tar xvzf $CWD/${SRCNAM^}-$VERSION.tar.gz
-cd ${SRCNAM^}-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvzf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \