community/btop to 1.1.4-1

This commit is contained in:
David Beauchamp 2021-12-29 12:50:34 -05:00
parent 8b7a867b1a
commit 256d800406

View file

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