summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteamedFish2024-04-12 00:21:59 +0800
committerSteamedFish2024-04-12 00:21:59 +0800
commit692fc4ea062323741f2a0fdfcbd4c622fd397eea (patch)
tree0d650db1145db1bae7574ae233fadb9acf519560
parent9587b81aaa6a16bf857852d4dbe4596c13386346 (diff)
downloadaur-692fc4ea062323741f2a0fdfcbd4c622fd397eea.tar.gz
Add aarch64
-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')