summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aae1218e136..a1e32f914b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = libacars
pkgrel = 1
url = https://github.com/szpajder/libacars
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = cmake
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 6b8931c04e5a..9e8267dc26cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libacars
pkgver=2.2.0
pkgrel=1
pkgdesc="A library for decoding various ACARS message payloads"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/szpajder/libacars"
license=('MIT')
depends=('zlib' 'libxml2' 'jansson' 'glibc')