tryton: use PYPI_SITE for distfiles
This commit is contained in:
parent
acb464e8e7
commit
b54d3e22e7
|
@ -11,7 +11,7 @@ maintainer="cr6git <quark6@protonmail.com>"
|
|||
short_desc="Three-tier high-level general purpose application platform"
|
||||
homepage="https://www.tryton.org"
|
||||
license="GPL-3"
|
||||
distfiles="https://downloads.tryton.org/${version%.*}/tryton-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/${pkgname:0:1}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=c9e919b8ff6dbe6b0565ed3e976339efad3a7826e33034a57b025c0b08c8552d
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue