community/btop to 1.0.13-1

This commit is contained in:
Kevin Mihelich 2021-10-02 23:20:03 +00:00
parent 02c5007504
commit f579d4b80c

View file

@ -4,7 +4,7 @@
# - disable lto
pkgname=btop
pkgver=1.0.12
pkgver=1.0.13
pkgrel=1
pkgdesc='A monitor of system resourecs, bpytop ported to C++'
arch=(x86_64 aarch64)
@ -13,7 +13,7 @@ license=(Apache)
depends=(gcc-libs)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('0a5f713a89c11f46b5ac0a5240c9263caa839f1e051c1f794fc84341bc824e44')
sha256sums=('12bb09926d46255d18da501bab164ab543ad5d27f003661315f0b490c897d060')
build() {
cd "$_archive"