From dd3d53e139bfc0debf279639477256f8af15b8be Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Tue, 19 May 2020 12:57:41 -0700 Subject: [PATCH] fix architecture requirements in AUR packages --- package-publisher/templates/aur | 2 +- package-publisher/templates/aur-git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-publisher/templates/aur b/package-publisher/templates/aur index 361e91c..4a9a82d 100644 --- a/package-publisher/templates/aur +++ b/package-publisher/templates/aur @@ -6,7 +6,7 @@ pkgname=ytop pkgver={{ VERSION }} pkgrel=1 pkgdesc="A TUI system monitor written in Rust" -arch=(x86_64) +arch=("any") url="https://github.com/cjbassi/ytop" license=("MIT") makedepends=("cargo") diff --git a/package-publisher/templates/aur-git b/package-publisher/templates/aur-git index 00eda9a..ed9c57e 100644 --- a/package-publisher/templates/aur-git +++ b/package-publisher/templates/aur-git @@ -8,7 +8,7 @@ _pkgname=${pkgname%-git} pkgver=r101.115fb7f pkgrel=1 pkgdesc="A TUI system monitor written in Rust" -arch=(x86_64) +arch=("any") url="https://github.com/cjbassi/ytop" license=("MIT") makedepends=("git" "cargo")