summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:54:15 -0600
committerMark Wagie2022-04-05 09:54:15 -0600
commit0115a62e3234aaf08ff57f33398546d212af12df (patch)
tree0be13dde59e3c9d6ae99848b1a23ccacec645f79 /PKGBUILD
parent5d36574ab04e103def098fe8691e48232fe5c7de (diff)
downloadaur-0115a62e3234aaf08ff57f33398546d212af12df.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 497b05cae462..5b66f0d8c299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url="https://github.com/home-assistant-libs/pychromecast"
license=('MIT')
depends=('python-protobuf' 'python-zeroconf' 'python-casttube')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-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=('151723b178110052b673b8765a120c85d16eae8c22d75575dceebe2be1eb1ef6')
build() {