diff options
| -rw-r--r-- | liblss16/PKGBUILD | 2 | ||||
| -rw-r--r-- | libquanta/PKGBUILD | 2 | ||||
| -rw-r--r-- | luhncheck/PKGBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/liblss16/PKGBUILD b/liblss16/PKGBUILD index 52e7903..cb174c8 100644 --- a/liblss16/PKGBUILD +++ b/liblss16/PKGBUILD @@ -4,7 +4,7 @@ pkgname=($pkgbase $pkgbase-utils) pkgver=1.0 pkgrel=1 pkgdesc='C library for the SYSLINUX "ad hoc" LSS16 image format' -arch=('x86_64') +arch=(x86_64 aarch64) url="https://codeberg.org/maandree/liblss16" license=('custom:ISC') depends=() diff --git a/libquanta/PKGBUILD b/libquanta/PKGBUILD index 2a25cb9..fc82922 100644 --- a/libquanta/PKGBUILD +++ b/libquanta/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libquanta pkgver=1.0 pkgrel=1 pkgdesc="Colour quantisation library" -arch=(i686 x86_64) +arch=(i686 x86_64 aarch64) url="https://codeberg.org/maandree/libquanta" license=('custom:ISC') depends=(libj2) 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) |
