From 5f521c6af59e802bd67806c69c826391e2754005 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 31 Jan 2019 21:30:22 -0200 Subject: [PATCH] python-simplejson: use distfiles= that isn't dead --- srcpkgs/python-simplejson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index 8a4cb6a80f2..30ee26ca0d1 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -12,7 +12,7 @@ maintainer="Juan RP " license="MIT, AFL-2.1" homepage="https://github.com/simplejson/simplejson" #changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt" -distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz" +distfiles="https://github.com/simplejson/simplejson/releases/download/v${version}/simplejson-${version}.tar.gz" checksum=20c626174a3cfcc69c783930ac2d5daa72787a8e26398e33c978065a51cc8bf4 do_check() {