From b54d3e22e7c4c430315aba80b2aceb1e3a615ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 7 Jan 2018 17:44:29 +0100 Subject: [PATCH] tryton: use PYPI_SITE for distfiles --- srcpkgs/tryton/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template index aaa8c8bfcc2..9cb8400a938 100644 --- a/srcpkgs/tryton/template +++ b/srcpkgs/tryton/template @@ -11,7 +11,7 @@ maintainer="cr6git " 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() {