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-msal-extensions | |
parent | 83604515b2044c93518a31901e745c4da5e2606d (diff) | |
download | archlinuxewe-6473b9f6d0c8ec2a022714de7ae14febf4a9dbb5.tar.xz |
fix source urls: https://files.pythonhosted.org/ -> https://pypi.python.org/
Diffstat (limited to 'python-msal-extensions')
-rw-r--r-- | python-msal-extensions/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-msal-extensions/PKGBUILD b/python-msal-extensions/PKGBUILD index b3c68ebc5..bf18b71f3 100644 --- a/python-msal-extensions/PKGBUILD +++ b/python-msal-extensions/PKGBUILD @@ -14,7 +14,7 @@ makedepends=( 'python-setuptools') license=('MIT') arch=('i686' 'pentium4' 'x86_64') -source=("https://files.pythonhosted.org/packages/33/5e/2e23593c67df0b21ffb141c485ca0ae955569203d7ff5064040af968cb81/${_pkgname}-${pkgver}.tar.gz") +source=("https://pypi.python.org/packages/33/5e/2e23593c67df0b21ffb141c485ca0ae955569203d7ff5064040af968cb81/${_pkgname}-${pkgver}.tar.gz") sha512sums=('5dc22a64a535ac9c7488d0d1e85e2f8320cb5c9e4cb5891599c8fc07060ff1eac310fe93ef42416142600ade8666ac4f0a3614a3e81950311f6d752cac5de959') build() { |