From 6e7f1cb5f45c4b135711ea2b73e30de96702b54d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 May 2026 17:44:49 +0200 Subject: Make luhncheck as running on aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- luhncheck/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luhncheck/PKGBUILD b/luhncheck/PKGBUILD index 6937b5e..e68dcc7 100644 --- a/luhncheck/PKGBUILD +++ b/luhncheck/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.0.1 pkgrel=1 pkgdesc="Check number with Luhn's algorithm" url='https://codeberg.org/maandree/luhncheck' -arch=(i686 x86_64) +arch=(i686 x86_64 aarch64) license=('custom:ISC') depends=() makedepends=(libsimple) -- cgit v1.2.3-70-g09d2