summaryrefslogtreecommitdiff
path: root/python-azure-common
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-10 21:39:27 +0100
committerErich Eckner <git@eckner.net>2023-01-10 21:39:27 +0100
commitc24f2eca87442ae289ea2255a6b74373692ae51e (patch)
tree4e043b95698dbee7e78d893dcbd90ad5e9e62eb1 /python-azure-common
parent380b4f505a7f8e516e094dfeab16b742b0b5e98d (diff)
downloadarchlinuxewe-c24f2eca87442ae289ea2255a6b74373692ae51e.tar.xz
python-azure-common: fix arch
Diffstat (limited to 'python-azure-common')
-rw-r--r--python-azure-common/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-azure-common/PKGBUILD b/python-azure-common/PKGBUILD
index c591d8726..d51c8f3b0 100644
--- a/python-azure-common/PKGBUILD
+++ b/python-azure-common/PKGBUILD
@@ -15,7 +15,7 @@ depends=(
makedepends=(
'python-pip'
'python-setuptools')
-arch=('i686' 'pentium4' 'x86_64')
+arch=('any')
source=("https://pypi.python.org/packages/3e/71/f6f71a276e2e69264a97ad39ef850dca0a04fce67b12570730cb38d0ccac/${_pkgname}-${pkgver}.zip")
sha512sums=('cfa8d08e11ff7d855342a589f9780ba1b2386fd63cddcbcc04d83be8d4d8e41dceba494b617e27ed4e3da4366b9f1203819ec391ef4466a6700cc2c8b85f0c38')
license=('MIT')