summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author@RubenKelevra2022-01-05 23:25:39 +0100
committer@RubenKelevra2022-01-05 23:25:39 +0100
commit2bfa42c0448aa3e942432ef7aed67cca13e57002 (patch)
tree39971c044f0afe40d736b403d3521484606717ac /PKGBUILD
parent362fba9612b4381e53ab43d30a99e374f5ec4d2d (diff)
downloadaur-2bfa42c0448aa3e942432ef7aed67cca13e57002.tar.gz
add aarch64 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd7899cdb42c..df60b25d89b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.9.0.r48.g970a0b414
pkgrel=1
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('MIT')
makedepends=("go>=2:1.14.4-1" git)
optdepends=('fuse2: for mounting/advanced use'