summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:44:54 -0600
committerMark Wagie2022-04-05 09:44:54 -0600
commit56681daf1c614d357f1016beb92df0fac73c2cae (patch)
treefc42ed13e1a665608f65daf935718d8aea848fab /PKGBUILD
parent0a0388e0126aefe1771d459c8c92bb5f816a1c0c (diff)
downloadaur-56681daf1c614d357f1016beb92df0fac73c2cae.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 0ea2fe756c42..23fe9464e961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python-anytree' 'python-click' 'python-pip' 'python-packaging' 'python-pkginfo'
'python-setuptools' 'python-wheel')
makedepends=('python-setuptools-scm')
-source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('e7f2ef078b1db1ebb0abf31adc34d77061ed73102257c99acba12ca15f98ecd1')
build() {