From 79e0a9542cf85a3d348ec58aeb6337e947a620fe Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 2 Aug 2024 04:13:35 +0200 Subject: [PATCH] * update btop to 1.3.2-2 --- btop/.SRCINFO | 15 +++++++++++++++ btop/.nvchecker.toml | 5 +++++ btop/PKGBUILD | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 btop/.SRCINFO create mode 100644 btop/.nvchecker.toml diff --git a/btop/.SRCINFO b/btop/.SRCINFO new file mode 100644 index 0000000000..41cbf8ba13 --- /dev/null +++ b/btop/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = btop + pkgdesc = A monitor of system resources, bpytop ported to C++ + pkgver = 1.3.2 + pkgrel = 2 + url = https://github.com/aristocratos/btop + arch = x86_64 + license = Apache + makedepends = rocm-smi-lib + depends = gcc-libs + depends = glibc + optdepends = rocm-smi-lib: AMD GPU support + source = https://github.com/aristocratos/btop/archive/v1.3.2/btop-1.3.2.tar.gz + sha256sums = 331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e + +pkgname = btop diff --git a/btop/.nvchecker.toml b/btop/.nvchecker.toml new file mode 100644 index 0000000000..ee04d2535e --- /dev/null +++ b/btop/.nvchecker.toml @@ -0,0 +1,5 @@ +[btop] +source = "github" +github = "aristocratos/btop" +prefix = "v" +use_max_tag = true diff --git a/btop/PKGBUILD b/btop/PKGBUILD index 0e07909d5f..3712174c4c 100644 --- a/btop/PKGBUILD +++ b/btop/PKGBUILD @@ -3,7 +3,7 @@ pkgname=btop pkgver=1.3.2 -pkgrel=1 +pkgrel=2 pkgdesc='A monitor of system resources, bpytop ported to C++' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/aristocratos/$pkgname"