summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a41a766151af..4bf61e229927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ghq
pkgdesc = Remote repository management made easy
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/x-motemen/ghq
arch = i686
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = go
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index c0d2e9737b1c..d122459766a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=ghq
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Remote repository management made easy"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/x-motemen/ghq"
license=('MIT')
makedepends=('go' 'git') # Yes, you're right; no git-depended lines in the PKGBUILD but `make test` requires git...