summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 10:03:07 -0600
committerMark Wagie2022-04-05 10:03:07 -0600
commitf00ed236799189a586e01d75b39cac27fd63712b (patch)
tree6d0ad32a80659de2c705b8f50733da83a067cbe2
parent22ea59ae73732a0625dd1827ea44fcbeaae897de (diff)
downloadaur-f00ed236799189a586e01d75b39cac27fd63712b.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 e6478586ee58..4b9cb1ead679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = rebound
depends = python-beautifulsoup4
depends = python-requests
depends = python-urwid
- source = https://pypi.org/packages/source/r/rebound-cli/rebound-cli-2.1.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/rebound-cli/rebound-cli-2.1.0.tar.gz
sha256sums = 19e2065a140a64abb53d8553b6faa15db89a851e9909225786cb6997e56c03c7
pkgname = rebound
diff --git a/PKGBUILD b/PKGBUILD
index cd9c5c325174..f5e9085275b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('python-beautifulsoup4' 'python-requests' 'python-urwid')
makedepends=('python-setuptools')
#checkdepends=('python-pytest')
#source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-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=('19e2065a140a64abb53d8553b6faa15db89a851e9909225786cb6997e56c03c7')
prepare() {