summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:45:34 -0600
committerMark Wagie2022-04-05 09:45:34 -0600
commit85b035c4b063f89d9f452906292e35ef4e3a62bf (patch)
tree0b7584651dbc7f9d86a3ecb885d5e2660f316fe6 /PKGBUILD
parentae8bc0d201bae3e403f92fba1dd66ec95710d13b (diff)
downloadaur-85b035c4b063f89d9f452906292e35ef4e3a62bf.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 2f4ad2165cc1..be1ff6a1730b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('python-markdown')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=('python-pygments: syntax highlighting')
checkdepends=('python-pyaml' 'python-pygments' 'python-pytest-cov')
-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")
#source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('a80553b243d3ed2d6c27723bcd64ca9887e560e6f4808baa96f36e93061eaf90')