git » python-wheel.git » commit cebf06b

python-wheel 0.42.0

author Urja (ARMLFS builder)
2024-07-12 17:43:43 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:43:43 UTC
parent acf52973da3e38d997e484c89aff4cc9eba8e422

python-wheel 0.42.0

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9a335d3..709f078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ _pkgname=wheel
 pkgname=python-$_pkgname
 pkgver=0.42.0
 pkgrel=1
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 license=('unknown')
 depends=(python)
 provides=(wheel)