git » python-cffi.git » commit a22d39e

python-cffi 1.16.0

author Urja (ARMLFS builder)
2024-07-12 17:48:00 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:00 UTC
parent 69eeec163537e811f6ee800f3344f5cd7a07fdad

python-cffi 1.16.0

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 120f82a..c067a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-cffi
 pkgver=1.16.0
 pkgrel=2
 pkgdesc="Foreign Function Interface for Python calling C code"
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url="https://cffi.readthedocs.org/"
 license=('MIT')
 depends=('python-pycparser')