summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:50:46 -0600
committerMark Wagie2022-04-05 09:50:46 -0600
commit61bd3f7e66f036e88e576f83cccd9c2a88cce0fd (patch)
treec3114a89cbe4893326e85ff194da2f632a2e2707
parente47decd48bf0cc94d218bc50d63f92ca23fb9579 (diff)
downloadaur-61bd3f7e66f036e88e576f83cccd9c2a88cce0fd.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 82b051c8c930..085fefd94492 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-croniter
makedepends = python-setuptools
depends = python-dateutil
depends = python-natsort
- source = https://pypi.org/packages/source/c/croniter/croniter-1.3.4.tar.gz
+ source = https://files.pythonhosted.org/packages/source/c/croniter/croniter-1.3.4.tar.gz
sha256sums = 3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2
pkgname = python-croniter
diff --git a/PKGBUILD b/PKGBUILD
index bd088432971a..64d6c6e1b17c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-dateutil' 'python-natsort')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytz')
-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=('3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2')
build() {