graphviz: fix distfile

The URL currently does not contain the version number. This needs to
be verified carefully on the next update.
This commit is contained in:
Jürgen Buchmüller 2018-01-03 15:17:40 +01:00
parent 49fe11ceb6
commit 0165341453

View file

@ -16,7 +16,8 @@ configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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() {