git » sudo.git » commit a9c67cf

sudo ${_sudover/p/.p}

author Urja (ARMLFS builder)
2024-07-12 17:47:52 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:47:52 UTC
parent 131a55b0ceaf700748b0b1768f26e902ae46565f

sudo ${_sudover/p/.p}

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index ba59722..9b5faf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _sudover=1.9.15p5
 pkgrel=2
 pkgver=${_sudover/p/.p}
 pkgdesc="Give certain users the ability to run some commands as root"
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url="https://www.sudo.ws/sudo/"
 license=('custom')
 depends=('glibc' 'openssl' 'zlib')