From cd5c278c1e0a61c8e3beb77e7a02ef3c6acba29f Mon Sep 17 00:00:00 2001 From: bubba-champion <112645980+bubba-champion@users.noreply.github.com> Date: Thu, 6 Oct 2022 13:16:47 +0000 Subject: [PATCH 1/2] nvtop: add AMD GPUs support --- srcpkgs/nvtop/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nvtop/template b/srcpkgs/nvtop/template index d5bcf77f3bf9..09a75968e23b 100644 --- a/srcpkgs/nvtop/template +++ b/srcpkgs/nvtop/template @@ -4,11 +4,10 @@ version=2.0.4 revision=1 archs="x86_64" build_style=cmake -makedepends="ncurses-devel" -depends="nvidia" -short_desc="NVIDIA GPUs htop-like monitoring tool" +makedepends="libdrm-devel ncurses-devel" +short_desc="AMD and NVIDIA GPUs htop like monitoring tool" maintainer="Ishaan Bhimwal " license="GPL-3.0-or-later" homepage="https://github.com/Syllo/nvtop" -distfiles="https://github.com/Syllo/nvtop/archive/$version/nvtop-$version.tar.gz" +distfiles="https://github.com/Syllo/nvtop/archive/${version}/nvtop-${version}.tar.gz" checksum=14687353e0cc561c87200b9409aa62d9cb26a4c75fbdbdd0925cf4c1297a279f From bfe4f7584b413054b26f836fabeff382532868c4 Mon Sep 17 00:00:00 2001 From: bubba-champion <112645980+bubba-champion@users.noreply.github.com> Date: Thu, 6 Oct 2022 13:28:40 +0000 Subject: [PATCH 2/2] Update template --- srcpkgs/nvtop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nvtop/template b/srcpkgs/nvtop/template index 09a75968e23b..77208b891b5c 100644 --- a/srcpkgs/nvtop/template +++ b/srcpkgs/nvtop/template @@ -1,7 +1,7 @@ # Template file for 'nvtop' pkgname=nvtop version=2.0.4 -revision=1 +revision=2 archs="x86_64" build_style=cmake makedepends="libdrm-devel ncurses-devel"