1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 12:04:50 +01:00

fix architecture requirements in AUR packages

This commit is contained in:
Caleb Bassi 2020-05-19 12:57:41 -07:00
parent f245babba2
commit dd3d53e139
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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")