* update btop to 1.3.2-3

This commit is contained in:
Alexander Baldeck 2024-10-07 13:20:13 +02:00
parent 4c38bf3167
commit 1c58d45f68
2 changed files with 9 additions and 5 deletions

View File

@ -1,15 +1,19 @@
pkgbase = btop pkgbase = btop
pkgdesc = A monitor of system resources, bpytop ported to C++ pkgdesc = A monitor of system resources, bpytop ported to C++
pkgver = 1.3.2 pkgver = 1.3.2
pkgrel = 2 pkgrel = 3
url = https://github.com/aristocratos/btop url = https://github.com/aristocratos/btop
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = Apache license = Apache
makedepends = rocm-smi-lib
depends = gcc-libs depends = gcc-libs
depends = glibc 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 source = https://github.com/aristocratos/btop/archive/v1.3.2/btop-1.3.2.tar.gz
sha256sums = 331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e sha256sums = 331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e
optdepends_x86_64 = rocm-smi-lib: AMD GPU support
makedepends_x86_64 = rocm-smi-lib
pkgname = btop pkgname = btop

View File

@ -3,7 +3,7 @@
pkgname=btop pkgname=btop
pkgver=1.3.2 pkgver=1.3.2
pkgrel=2 pkgrel=3
pkgdesc='A monitor of system resources, bpytop ported to C++' pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/aristocratos/$pkgname" url="https://github.com/aristocratos/$pkgname"
@ -11,7 +11,7 @@ license=(Apache)
depends=(gcc-libs depends=(gcc-libs
glibc) glibc)
makedepends_x86_64=(rocm-smi-lib) makedepends_x86_64=(rocm-smi-lib)
optdepends=('rocm-smi-lib: AMD GPU support') optdepends_x86_64=('rocm-smi-lib: AMD GPU support')
_archive="$pkgname-$pkgver" _archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz") source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e') sha256sums=('331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e')