extra/btop to 1.4.0-1

This commit is contained in:
David Beauchamp 2024-09-22 18:29:51 -04:00
parent 053b398a93
commit 1455f7ec5b
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = btop
pkgdesc = A monitor of system resources, bpytop ported to C++
pkgver = 1.3.2
pkgver = 1.4.0
pkgrel = 1
url = https://github.com/aristocratos/btop
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = btop
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
source = https://github.com/aristocratos/btop/archive/v1.4.0/btop-1.4.0.tar.gz
sha256sums = ac0d2371bf69d5136de7e9470c6fb286cbee2e16b4c7a6d2cd48a14796e86650
pkgname = btop

View file

@ -5,7 +5,7 @@
# - remove makedepend on rocm-smi-lib
pkgname=btop
pkgver=1.3.2
pkgver=1.4.0
pkgrel=1
pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64)
@ -16,7 +16,7 @@ depends=(gcc-libs
optdepends=('rocm-smi-lib: AMD GPU support')
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e')
sha256sums=('ac0d2371bf69d5136de7e9470c6fb286cbee2e16b4c7a6d2cd48a14796e86650')
build() {
cd "$_archive"