summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 12:38:22 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:43 +0200
commit971604398d6c1aa5304c3c7365e720b1976d5c82 (patch)
tree72dd59485fc5c4a190b1c402fb8528bac98cb786
parentaaa241ffab91da94c66f14f409d463d68efe8d9e (diff)
downloadslackbuilds-971604398d6c1aa5304c3c7365e720b1976d5c82.tar.gz
python/python3-dugong: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-dugong/python3-dugong.SlackBuild9
-rw-r--r--python/python3-dugong/python3-dugong.info6
2 files changed, 7 insertions, 8 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 \
diff --git a/python/python3-dugong/python3-dugong.info b/python/python3-dugong/python3-dugong.info
index 6b1165008e..3d9b35f3ab 100644
--- a/python/python3-dugong/python3-dugong.info
+++ b/python/python3-dugong/python3-dugong.info
@@ -1,8 +1,8 @@
PRGNAM="python3-dugong"
VERSION="3.7"
-HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/"
-DOWNLOAD="https://bitbucket.org/nikratio/python-dugong/get/release-3.7.tar.bz2"
-MD5SUM="fc42583424ab74219c4d7a6df0400b35"
+HOMEPAGE="https://github.com/python-dugong/python-dugong/"
+DOWNLOAD="https://github.com/python-dugong/python-dugong/archive/release-3.7/python-dugong-release-3.7.tar.gz"
+MD5SUM="1af55f3cb0afa3c415d43b82ec19b12a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""