git » python-fastbencode.git » commit b7e4af2

python-fastbencode 0.2

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

python-fastbencode 0.2

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0483c03..442a0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-fastbencode
 pkgver=0.2
 pkgrel=3
 pkgdesc='Implementation of bencode with optional fast C extensions'
-arch=(armv7h)
+arch=(armv7h 'aarch64')
 url='https://github.com/breezy-team/fastbencode'
 license=(GPL2)
 depends=(python)