From 6473b9f6d0c8ec2a022714de7ae14febf4a9dbb5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 8 Jan 2023 22:32:38 +0100 Subject: fix source urls: https://files.pythonhosted.org/ -> https://pypi.python.org/ --- python-azure-common/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python-azure-common') diff --git a/python-azure-common/PKGBUILD b/python-azure-common/PKGBUILD index a843beb3a..c591d8726 100644 --- a/python-azure-common/PKGBUILD +++ b/python-azure-common/PKGBUILD @@ -16,7 +16,7 @@ makedepends=( 'python-pip' 'python-setuptools') arch=('i686' 'pentium4' 'x86_64') -source=("https://files.pythonhosted.org/packages/3e/71/f6f71a276e2e69264a97ad39ef850dca0a04fce67b12570730cb38d0ccac/${_pkgname}-${pkgver}.zip") +source=("https://pypi.python.org/packages/3e/71/f6f71a276e2e69264a97ad39ef850dca0a04fce67b12570730cb38d0ccac/${_pkgname}-${pkgver}.zip") sha512sums=('cfa8d08e11ff7d855342a589f9780ba1b2386fd63cddcbcc04d83be8d4d8e41dceba494b617e27ed4e3da4366b9f1203819ec391ef4466a6700cc2c8b85f0c38') license=('MIT') -- cgit v1.2.3-70-g09d2