aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--luhncheck/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)