summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:49:52 -0600
committerMark Wagie2022-04-05 09:49:52 -0600
commit9b01df11cc924aee1fdcc6ee21ca8ae55c392979 (patch)
tree4c7a8364730f7ed73cafe196cc4c93b4bad486a0 /PKGBUILD
parent0eed89a6c9e1a66606e84ea4f841bd448c14d422 (diff)
downloadaur-9b01df11cc924aee1fdcc6ee21ca8ae55c392979.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 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() {