summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Bassi2020-05-25 09:29:38 -0700
committerCaleb Bassi2020-05-25 09:29:38 -0700
commitcf60f5dc31d8f54d20ff88e6104541905408f606 (patch)
tree8cf0f1c2963ad9df95ac74f0d6b708bc684e5ff2 /PKGBUILD
parent6098862a8e7755bdff3bcba485ca32e91ab7f28e (diff)
downloadaur-ytop-git.tar.gz
change arch from x86_64 to any
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f507a4e86d2..3d5b4c4f2702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=ytop-git
_pkgname=${pkgname%-git}
-pkgver=r101.115fb7f
-pkgrel=2
+pkgver=r228.dd3d53e
+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")