community/btop to 1.2.4-1

This commit is contained in:
Kevin Mihelich 2022-02-28 13:48:11 +00:00
parent e5b5e9143b
commit c6ddb39f2c

View file

@ -4,7 +4,7 @@
# - disable lto # - disable lto
pkgname=btop pkgname=btop
pkgver=1.2.3 pkgver=1.2.4
pkgrel=1 pkgrel=1
pkgdesc='A monitor of system resources, bpytop ported to C++' pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64) arch=(x86_64)
@ -13,7 +13,7 @@ license=(Apache)
depends=(gcc-libs) depends=(gcc-libs)
_archive="$pkgname-$pkgver" _archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz") source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('8348bb37b642bf899b5ce0850d64e12cf9671c8c9624f3d21b58a015cd502107') sha256sums=('33bd5ff614926aab3a08803f507e7bf19983fd263b3f216c2884cd51cfc3d283')
build() { build() {
cd "$_archive" cd "$_archive"