summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-15 09:47:48 -0500
committerlmartinez-mirror2021-04-15 09:47:48 -0500
commit25ea87fe4c3109786bb65a3626504a52191493de (patch)
tree807966102f2cf71fa3a60e3f53e72457873007dc /PKGBUILD
parent17df6e9a9a919263cc19b2de3f52c3ac753ca8ef (diff)
downloadaur-25ea87fe4c3109786bb65a3626504a52191493de.tar.gz
add arm support to match other packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')