aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dugong/python3-dugong.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-08-22 22:38:22 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-08-25 12:11:43 +0700
commit971604398d6c1aa5304c3c7365e720b1976d5c82 (patch)
tree72dd59485fc5c4a190b1c402fb8528bac98cb786 /python/python3-dugong/python3-dugong.SlackBuild
parentaaa241ffab91da94c66f14f409d463d68efe8d9e (diff)
python/python3-dugong: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dugong/python3-dugong.SlackBuild')
-rw-r--r--python/python3-dugong/python3-dugong.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/python/python3-dugong/python3-dugong.SlackBuild b/python/python3-dugong/python3-dugong.SlackBuild
index 39128197ad..3246f1248d 100644
--- a/python/python3-dugong/python3-dugong.SlackBuild
+++ b/python/python3-dugong/python3-dugong.SlackBuild
@@ -27,8 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dugong
-SRCNAM=nikratio-python-dugong
-REV=${REV:-21b41d977c10}
+SRCNAM=python-dugong
VERSION=${VERSION:-3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,9 +72,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$REV
-tar xvf $CWD/release-$VERSION.tar.bz2 || tar xvf $CWD/$SRCNAM-$REV.tar.bz2
-cd $SRCNAM-$REV
+rm -rf $SRCNAM-release-$VERSION
+tar xvf $CWD/$SRCNAM-release-$VERSION.tar.gz
+cd $SRCNAM-release-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \