diff options
Diffstat (limited to 'python3-iso3166/Pkgfile')
-rw-r--r-- | python3-iso3166/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python3-iso3166/Pkgfile b/python3-iso3166/Pkgfile index 4b4d4a67a..ca967c156 100644 --- a/python3-iso3166/Pkgfile +++ b/python3-iso3166/Pkgfile @@ -4,9 +4,9 @@ # Depends on: python3-setuptools name=python3-iso3166 -version=0.7 +version=0.8 release=1 -source=(https://pypi.python.org/packages/6f/93/3e2358e76384ef696cbbce42e92f7ebb422355c015061938e9f2aa2448cd/iso3166-$version.tar.gz) +source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { cd ${name#*-}-$version |