aboutsummaryrefslogtreecommitdiffstats
path: root/libabort/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-03 21:35:06 +0200
committerMattias Andrée <m@maandree.se>2026-05-03 21:35:06 +0200
commit5702ebbdb7b9c6bc4ffc5d08e5a0598002780463 (patch)
treef32eb61addf5edc60fe0937041934b037968f1b8 /libabort/PKGBUILD
parentUpdate xpybar to version 1.21.1 (diff)
downloadaur-packages-5702ebbdb7b9c6bc4ffc5d08e5a0598002780463.tar.gz
aur-packages-5702ebbdb7b9c6bc4ffc5d08e5a0598002780463.tar.bz2
aur-packages-5702ebbdb7b9c6bc4ffc5d08e5a0598002780463.tar.xz
Mark a number of packages as running on aarch64
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libabort/PKGBUILD')
-rw-r--r--libabort/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libabort/PKGBUILD b/libabort/PKGBUILD
index d0af5c5..8ce95a0 100644
--- a/libabort/PKGBUILD
+++ b/libabort/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libabort
pkgver=1.0
pkgrel=1
pkgdesc="String functions that abort(3) when getting out of bounds"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/libabort"
license=('ISC')
depends=()