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-core | |
parent | 83604515b2044c93518a31901e745c4da5e2606d (diff) | |
download | archlinuxewe-6473b9f6d0c8ec2a022714de7ae14febf4a9dbb5.tar.xz |
fix source urls: https://files.pythonhosted.org/ -> https://pypi.python.org/
Diffstat (limited to 'python-azure-core')
-rw-r--r-- | python-azure-core/PKGBUILD | 2 |
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() { |