summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrtcdr2022-10-24 00:04:50 +0100
committergrtcdr2022-10-24 00:05:04 +0100
commitc6219b31e94f2eeb624be5798b28eaf5aac47a23 (patch)
treef196d4f394328ce50d7790ec418cd38043c4377b
parentc84e5b6ae5c8f10e2d422cd4b5105419691c2861 (diff)
downloadaur-c6219b31e94f2eeb624be5798b28eaf5aac47a23.tar.gz
Remove commas from arch array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc6176de7e42..b6161ee355e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = macchina
pkgdesc = A system information fetcher, with an (unhealthy) emphasis on performance.
pkgver = 6.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Macchina-CLI/macchina
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = rust
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index e22fd6c840b5..03fe1afb6527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('gcc-libs' 'glibc')
optdepends=('wmctrl: window manager support')
makedepends=('rust' 'cargo' 'libgit2' 'git')
-arch=('x86_64', 'armv7h', 'aarch64')
+arch=('x86_64' 'armv7h' 'aarch64')
license=('MIT')
url="https://github.com/Macchina-CLI/macchina"