summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:59:42 -0600
committerMark Wagie2022-04-05 09:59:42 -0600
commitadd9dba9aeed032c3b2f256bbb062dec499b7420 (patch)
tree2087311044e0ae0c92e2ff20a64f558f562773aa
parenteca374f8efe5e5c73e29202b6075cc49da2ea393 (diff)
downloadaur-add9dba9aeed032c3b2f256bbb062dec499b7420.tar.gz
use files.pythonhosted.org instead of pypi.org
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28075e1a0668..d22f3ba39c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-sphinxcontrib-programoutput
license = BSD
makedepends = python-setuptools
depends = python-sphinx
- source = https://pypi.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.tar.gz
sha256sums = 300ee9b8caee8355d25cc74b4d1c7efd12e608d2ad165e3141d31e6fbc152b7f
pkgname = python-sphinxcontrib-programoutput
diff --git a/PKGBUILD b/PKGBUILD
index 65367365580d..f4a805faca80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('BSD')
depends=('python-sphinx')
makedepends=('python-setuptools')
#options=(!emptydirs)
-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")
sha256sums=('300ee9b8caee8355d25cc74b4d1c7efd12e608d2ad165e3141d31e6fbc152b7f')
build() {