From 0165341453caee396bea0b15adecf1753a2488c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 3 Jan 2018 15:17:40 +0100 Subject: [PATCH] graphviz: fix distfile The URL currently does not contain the version number. This needs to be verified carefully on the next update. --- srcpkgs/graphviz/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index 94379ed5a29..904f9904c8e 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -16,7 +16,8 @@ configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install maintainer="Juan RP " homepage="http://www.graphviz.org" license="EPL" -distfiles="http://www.graphviz.org/pub/graphviz/stable/SOURCES/$pkgname-$version.tar.gz" +# XXX: No version in the URL! +distfiles="https://graphviz.gitlab.io/pub/${pkgname}/stable/SOURCES/${pkgname}.tar.gz" checksum=ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421 pre_configure() {