summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:47:45 -0600
committerMark Wagie2022-04-05 09:47:45 -0600
commite75a830718550b7e7c988bfbab8cf08c5236dd86 (patch)
treedc2383c4108ce62efb88873ccb358716ed750db9 /PKGBUILD
parent24f7e4396064266e22ed982fffae102ebc35a6d0 (diff)
downloadaur-e75a830718550b7e7c988bfbab8cf08c5236dd86.tar.gz
use files.pythonhosted.org instead of pypi.org
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5ac5ec87a1e..e337182225df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('LGPL3')
depends=('python-strenum' 'python-aiopath' 'python-anyio' 'python-appdirs'
'python-typing_extensions' 'python-unpackable' 'python-asyncstdlib')
makedepends=('python-setuptools')
-source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
'https://raw.githubusercontent.com/alexdelorenzo/app_paths/master/requirements.txt')
sha256sums=('0ae3f8a8d451539842d49124e173016671c1553e7df4e595cc8837041febf46f'
'SKIP')