summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-05 09:53:47 -0600
committerMark Wagie2022-04-05 09:53:47 -0600
commit38ca436e578cd35aa51ac440aae71b9cfbd774ed (patch)
tree0fee2a391fbd477985736ceb90e1fade799f872a
parent76143bce9946750e9a23a2bac0d2c7d4121b820f (diff)
downloadaur-38ca436e578cd35aa51ac440aae71b9cfbd774ed.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 875ef23eb307..8f8c988a0bf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = python-pulsectl
depends = libpulse
conflicts = python-pulse-control
replaces = python-pulse-control
- source = https://pypi.org/packages/source/p/pulsectl/pulsectl-22.3.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-22.3.2.tar.gz
sha256sums = cc174e1ceebd4e6222c5b78f4f415f12e80753c9ab75ab354159b4cb5950b084
pkgname = python-pulsectl
diff --git a/PKGBUILD b/PKGBUILD
index 8b4d310b7e62..54090e2b0d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
conflicts=('python-pulse-control')
replaces=('python-pulse-control')
changelog="$_name-CHANGES.rst"
-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=('cc174e1ceebd4e6222c5b78f4f415f12e80753c9ab75ab354159b4cb5950b084')
build() {