summaryrefslogtreecommitdiff
path: root/python-azure-core/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-08 22:32:38 +0100
committerErich Eckner <git@eckner.net>2023-01-08 22:32:38 +0100
commit6473b9f6d0c8ec2a022714de7ae14febf4a9dbb5 (patch)
tree85dc503e4863c9599b8272b405e3a513b2bfaa85 /python-azure-core/PKGBUILD
parent83604515b2044c93518a31901e745c4da5e2606d (diff)
downloadarchlinuxewe-6473b9f6d0c8ec2a022714de7ae14febf4a9dbb5.tar.xz
fix source urls: https://files.pythonhosted.org/ -> https://pypi.python.org/
Diffstat (limited to 'python-azure-core/PKGBUILD')
-rw-r--r--python-azure-core/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-azure-core/PKGBUILD b/python-azure-core/PKGBUILD
index b16d4a702..5e7bd06df 100644
--- a/python-azure-core/PKGBUILD
+++ b/python-azure-core/PKGBUILD
@@ -19,7 +19,7 @@ checkdepends=(
'python-trio')
license=('MIT')
arch=('i686' 'pentium4' 'x86_64')
-source=("https://files.pythonhosted.org/packages/4f/ec/3ba46ff4deebe738b7213997fc856553282e971a767b6291e05aca9d9566/${_pkgname}-${pkgver}.zip")
+source=("https://pypi.python.org/packages/4f/ec/3ba46ff4deebe738b7213997fc856553282e971a767b6291e05aca9d9566/${_pkgname}-${pkgver}.zip")
sha512sums=('dcddf28bdbac913e66640adb7c511c74e4597756c444d2ef43fb82d5348eae391544715cbe95600d8caec9afcfe8ab5d20b9b33c49b8fd026b8f0f7657cae931')
build() {