git » python-dulwich.git » commit 4b4b422

python-dulwich 0.21.7

author Urja (ARMLFS builder)
2024-07-12 17:47:56 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:47:56 UTC
parent 9d284497b1123b70f4b0a15f67468917b54fb071

python-dulwich 0.21.7

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1c0ed0f..6ae6242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name=${pkgname#python-}
 pkgver=0.21.7
 pkgrel=2
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url=https://www.dulwich.io
 license=('GPL')
 depends=('python-urllib3')