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:
parent
49fe11ceb6
commit
0165341453
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue