summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvid Norlander2023-04-21 21:47:27 +0200
committerArvid Norlander2023-04-21 21:47:27 +0200
commit634314523a47121ad09a843996d41ef03011b3fa (patch)
tree1fdefcf20b994c85e32946af9bb6f8a677c3ab61
parentee3e5f9136841f64eb204129fd3e7125697c5bca (diff)
downloadaur-634314523a47121ad09a843996d41ef03011b3fa.tar.gz
Fix arch array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4561e6fb8226..8548fafec001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=chezmoi_modify_manager-git
pkgver=2.0.0.rc1.r1.5d06e45
pkgrel=1
pkgdesc="Tools for chezmoi to handle mixed settings and state"
-arch=(x86_64 i686 armv7 aarch64)
+arch=(x86_64 i686 armv7h aarch64)
url="https://github.com/VorpalBlade/chezmoi_modify_manager"
license=('GPL3')
depends=('openssl')