summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:49:52 -0600
committerMark Wagie2022-04-05 09:49:52 -0600
commit9b01df11cc924aee1fdcc6ee21ca8ae55c392979 (patch)
tree4c7a8364730f7ed73cafe196cc4c93b4bad486a0
parent0eed89a6c9e1a66606e84ea4f841bd448c14d422 (diff)
downloadaur-9b01df11cc924aee1fdcc6ee21ca8ae55c392979.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 57db9cc7243f..8818bc076b16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-casttube
license = MIT
makedepends = python-setuptools
depends = python-requests
- source = https://pypi.org/packages/source/c/casttube/casttube-0.2.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/c/casttube/casttube-0.2.1.tar.gz
sha256sums = 54d2af8c7949aa9c5db87fb11ef0a478a5d3e7ac6d2d2ac8dd1711e3a516fc82
pkgname = python-casttube
diff --git a/PKGBUILD b/PKGBUILD
index 52f50d90f220..a1fc1760471d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://github.com/ur1katz/casttube"
license=('MIT')
depends=('python-requests')
makedepends=('python-setuptools')
-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=('54d2af8c7949aa9c5db87fb11ef0a478a5d3e7ac6d2d2ac8dd1711e3a516fc82')
build() {