diff options
author | Erich Eckner <git@eckner.net> | 2023-01-08 22:32:38 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-01-08 22:32:38 +0100 |
commit | 6473b9f6d0c8ec2a022714de7ae14febf4a9dbb5 (patch) | |
tree | 85dc503e4863c9599b8272b405e3a513b2bfaa85 /python-azure-common | |
parent | 83604515b2044c93518a31901e745c4da5e2606d (diff) | |
download | archlinuxewe-6473b9f6d0c8ec2a022714de7ae14febf4a9dbb5.tar.xz |
fix source urls: https://files.pythonhosted.org/ -> https://pypi.python.org/
Diffstat (limited to 'python-azure-common')
-rw-r--r-- | python-azure-common/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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') |