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:
parent
f245babba2
commit
dd3d53e139
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user