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 eeed85a8e846..85e026a81564 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = owrx_connector-luarvique
pkgrel = 1
url = https://github.com/luarvique/owrx_connector
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index e877e4ac2fa7..1ac174201c68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=owrx_connector-luarvique
pkgver=0.6.5
pkgrel=1
pkgdesc="Connectors used by OpenWebRX to interface with SDR hardware."
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/luarvique/owrx_connector"
license=('GPL3')
depends=('csdr' 'libsamplerate')