summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmartinez-mirror2021-03-24 19:23:40 -0500
committerlmartinez-mirror2021-03-24 19:23:40 -0500
commitfec562e477994e7cc4d22968c34f2794d69a8c6c (patch)
tree574b2cf1861cb78069cbe8b23fa724a684e2082c
parentbb1b3474edf9df4e09eb0d99e69060fb1ffa69ed (diff)
downloadaur-fec562e477994e7cc4d22968c34f2794d69a8c6c.tar.gz
add aarch64 support
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9db7ef2828ba..3c09b1014fdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = hilbish
pkgrel = 1
url = https://github.com/hilbis/hilbish
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = go>=1.16
depends = readline
diff --git a/PKGBUILD b/PKGBUILD
index 193ecd4835e8..f289fb4d6490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=hilbish
pkgver=0.1.2
pkgrel=1
pkgdesc="A shell written in Go and extended with Lua"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/hilbis/hilbish"
license=('MIT')
depends=('readline')