summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimothy Redaelli2024-03-12 17:03:37 +0100
committerTimothy Redaelli2024-03-12 17:03:37 +0100
commit534c3a07296ff48741ac9111ed25406962d02b55 (patch)
tree2f17ba0bb1dff18f10488d8dfdfa037895e63af8 /PKGBUILD
parent2844bcf60a9e7087fe55e00ba9640cf9183b5381 (diff)
downloadaur-534c3a07296ff48741ac9111ed25406962d02b55.tar.gz
Add aarch64 arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00ab27afb3ed..173b91725dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=electrs
pkgver=0.10.3
pkgrel=1
pkgdesc="An efficient re-implementation of Electrum Server in Rust"
-arch=(x86_64)
+arch=(aarch64 x86_64)
url="https://github.com/romanz/electrs"
license=('MIT')
depends=('gcc-libs')