diff options
Diffstat (limited to '')
| -rw-r--r-- | liblss16/PKGBUILD | 2 | ||||
| -rw-r--r-- | libquanta/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 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) |
