summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2017-12-18 14:20:07 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-21 08:19:36 +0700
commit6708caf25f71a5a89a7ed7323a97397811d6e85b (patch)
treee37e15b315d3c213c46d310452857a13375110ae /graphics
parentfa4a2ad0f1022e73e2def3cfbd015df35c9226a8 (diff)
downloadslackbuilds-6708caf25f71a5a89a7ed7323a97397811d6e85b.tar.gz
slackbuilds-6708caf25f71a5a89a7ed7323a97397811d6e85b.tar.xz
graphics/graphviz: Update download URL.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/README3
-rw-r--r--graphics/graphviz/graphviz.SlackBuild4
-rw-r--r--graphics/graphviz/graphviz.info4
3 files changed, 7 insertions, 4 deletions
diff --git a/graphics/graphviz/README b/graphics/graphviz/README
index e56b4b7f69..b37934c286 100644
--- a/graphics/graphviz/README
+++ b/graphics/graphviz/README
@@ -8,3 +8,6 @@ many important applications in software engineering, database and web
design, networking, and in visual interfaces for many other domains.
gts is an optional dependency.
+
+NOTE: Upstream doesn't version their downloads, so the MD5SUM and
+VERSION numbers might not match.
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild
index 2386a2cbfe..5593f2ecf0 100644
--- a/graphics/graphviz/graphviz.SlackBuild
+++ b/graphics/graphviz/graphviz.SlackBuild
@@ -56,13 +56,13 @@ else
LIBDIRSUFFIX=""
fi
-set -eu
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info
index 0d75146a43..6661a982ff 100644
--- a/graphics/graphviz/graphviz.info
+++ b/graphics/graphviz/graphviz.info
@@ -1,7 +1,7 @@
PRGNAM="graphviz"
VERSION="2.40.1"
-HOMEPAGE="http://graphviz.org/"
-DOWNLOAD="http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.40.1.tar.gz"
+HOMEPAGE="https://graphviz.org/"
+DOWNLOAD="https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz"
MD5SUM="4ea6fd64603536406166600bcc296fc8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""