summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-15 09:47:48 -0500
committerlmartinez-mirror2021-04-15 09:47:48 -0500
commit25ea87fe4c3109786bb65a3626504a52191493de (patch)
tree807966102f2cf71fa3a60e3f53e72457873007dc
parent17df6e9a9a919263cc19b2de3f52c3ac753ca8ef (diff)
downloadaur-25ea87fe4c3109786bb65a3626504a52191493de.tar.gz
add arm support to match other packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c986a25792d..d27378ae920e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = zoxide-git
pkgdesc = A fast cd command that learns your habits
pkgver = 0.6.0.r4.g1828414
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ajeetdsouza/zoxide
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = cargo
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index fb4018f233d7..3032f695c2ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=zoxide-git
_pkgname=zoxide
pkgver=0.6.0.r4.g1828414
-pkgrel=2
+pkgrel=3
pkgdesc='A fast cd command that learns your habits'
-arch=('x86_64')
+arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/ajeetdsouza/zoxide"
license=('MIT')
depends=('gcc-libs')