From 13f97fd91edb1597a36b9d898c2f357385a23ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Fri, 6 Feb 2026 23:44:30 +0100 Subject: [PATCH] chore: update supported arch --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f1114fc9f453..c1b6e02d1942 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Augusto Elesbão pkgname=git-recursive pkgver=0.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Execute git operations in multiple repositories" -arch=("i686" "x86_64" "armv6h" "armv7h") +arch=(any) url="https://github.com/aelesbao/git-recursive" license=("MIT") options=()