summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2021-06-08 16:16:27 +0200
committerVincent Bernardoff2021-06-08 16:16:27 +0200
commitc26240cf73779d50f4785b72cc843284ced67f24 (patch)
treeab300ae7a5f22750fbb25bbd8cfd428875cf6c6a
parent602a511511a71a0ed3ddc68d07b31ca46db6a6c1 (diff)
downloadaur-c26240cf73779d50f4785b72cc843284ced67f24.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 142cfdb35cd8..310a1701010c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = goofys-git
arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = Apache
makedepends = git
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index cd6aaee5debe..47651bb4d3e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/kahing/goofys'
license=('Apache')
depends=()
makedepends=('git' 'go')
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
source=('git+https://github.com/kahing/goofys')
sha512sums=('SKIP')