* update btop to 1.3.2-1

This commit is contained in:
Alexander Baldeck 2024-02-21 16:53:44 +01:00
parent f3a6ef1a97
commit d08e0ae179

View File

@ -2,18 +2,19 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=btop
pkgver=1.3.0
pkgrel=2
pkgver=1.3.2
pkgrel=1
pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/aristocratos/$pkgname"
license=(Apache)
depends=(gcc-libs
glibc)
makedepends_x86_64=(rocm-smi-lib)
optdepends=('rocm-smi-lib: AMD GPU support')
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf')
sha256sums=('331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e')
build() {
cd "$_archive"