git » python-pynacl.git » commit a6eac40

python-pynacl 1.5.0

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

python-pynacl 1.5.0

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 852e139..77abf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
 
 pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
 url='https://pypi.python.org/pypi/PyNaCl'
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 license=('Apache-2.0')
 
 depends=('libsodium' 'python' 'python-cffi')