From d1d97fb4635a81d956943ed91b04a833bc59e298 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 12 Feb 2024 13:54:11 +0000 Subject: [PATCH] extra/btop to 1.3.1-2 --- extra/btop/.SRCINFO | 3 ++- extra/btop/PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/extra/btop/.SRCINFO b/extra/btop/.SRCINFO index e6d0a53a4..ac5fc02c3 100644 --- a/extra/btop/.SRCINFO +++ b/extra/btop/.SRCINFO @@ -1,10 +1,11 @@ pkgbase = btop pkgdesc = A monitor of system resources, bpytop ported to C++ pkgver = 1.3.1 - pkgrel = 1 + 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 diff --git a/extra/btop/PKGBUILD b/extra/btop/PKGBUILD index 17e49b89d..a65051a57 100644 --- a/extra/btop/PKGBUILD +++ b/extra/btop/PKGBUILD @@ -2,10 +2,11 @@ # ALARM: Kevin Mihelich # - disable lto +# - remove makedepend on rocm-smi-lib pkgname=btop pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc='A monitor of system resources, bpytop ported to C++' arch=(x86_64) url="https://github.com/aristocratos/$pkgname"