mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/btop to 1.3.2-1
This commit is contained in:
parent
fcbfe75616
commit
d2c5934d92
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = btop
|
||||
pkgdesc = A monitor of system resources, bpytop ported to C++
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 2
|
||||
pkgver = 1.3.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/aristocratos/btop
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
|
@ -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.1/btop-1.3.1.tar.gz
|
||||
sha256sums = 9e7faa30550137598a712fc28c1fb907e48a1fa1a5b2fa2f939195cf91e1816e
|
||||
source = https://github.com/aristocratos/btop/archive/v1.3.2/btop-1.3.2.tar.gz
|
||||
sha256sums = 331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e
|
||||
|
||||
pkgname = btop
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# - remove makedepend on rocm-smi-lib
|
||||
|
||||
pkgname=btop
|
||||
pkgver=1.3.1
|
||||
pkgrel=2
|
||||
pkgver=1.3.2
|
||||
pkgrel=1
|
||||
pkgdesc='A monitor of system resources, bpytop ported to C++'
|
||||
arch=(x86_64)
|
||||
url="https://github.com/aristocratos/$pkgname"
|
||||
|
@ -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=('9e7faa30550137598a712fc28c1fb907e48a1fa1a5b2fa2f939195cf91e1816e')
|
||||
sha256sums=('331d18488b1dc7f06cfa12cff909230816a24c57790ba3e8224b117e3f0ae03e')
|
||||
|
||||
build() {
|
||||
cd "$_archive"
|
||||
|
|
Loading…
Reference in a new issue