aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-07 20:09:02 +0200
committerMattias Andrée <m@maandree.se>2026-05-07 20:09:02 +0200
commitfb017bbb760c743b76dacb2d9544d43b7b5660e5 (patch)
tree8fac805a8deb224d91781546d6674c82ff411048
parentMake luhncheck as running on aarch64 (diff)
downloadaur-packages-fb017bbb760c743b76dacb2d9544d43b7b5660e5.tar.gz
aur-packages-fb017bbb760c743b76dacb2d9544d43b7b5660e5.tar.bz2
aur-packages-fb017bbb760c743b76dacb2d9544d43b7b5660e5.tar.xz
Mark libquanta and liblss16 as running on aarch64HEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--liblss16/PKGBUILD2
-rw-r--r--libquanta/PKGBUILD2
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)