diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-07 20:09:02 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-07 20:09:02 +0200 |
| commit | fb017bbb760c743b76dacb2d9544d43b7b5660e5 (patch) | |
| tree | 8fac805a8deb224d91781546d6674c82ff411048 | |
| parent | Make luhncheck as running on aarch64 (diff) | |
| download | aur-packages-fb017bbb760c743b76dacb2d9544d43b7b5660e5.tar.gz aur-packages-fb017bbb760c743b76dacb2d9544d43b7b5660e5.tar.bz2 aur-packages-fb017bbb760c743b76dacb2d9544d43b7b5660e5.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
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) |
