diff --git a/extra/btop/.SRCINFO b/extra/btop/.SRCINFO index b554ac681..c71df4e44 100644 --- a/extra/btop/.SRCINFO +++ b/extra/btop/.SRCINFO @@ -1,11 +1,13 @@ pkgbase = btop pkgdesc = A monitor of system resources, bpytop ported to C++ pkgver = 1.3.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/aristocratos/btop arch = x86_64 license = Apache depends = gcc-libs + depends = glibc + optdepends = rocm-smi-lib: AMD GPU support source = https://github.com/aristocratos/btop/archive/v1.3.0/btop-1.3.0.tar.gz sha256sums = 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf diff --git a/extra/btop/PKGBUILD b/extra/btop/PKGBUILD index 8816e7dc8..fd5022b0a 100644 --- a/extra/btop/PKGBUILD +++ b/extra/btop/PKGBUILD @@ -5,12 +5,14 @@ pkgname=btop pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='A monitor of system resources, bpytop ported to C++' arch=(x86_64) url="https://github.com/aristocratos/$pkgname" license=(Apache) -depends=(gcc-libs) +depends=(gcc-libs + glibc) +optdepends=('rocm-smi-lib: AMD GPU support') _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") sha256sums=('375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf')