community/btop to 1.2.0-1

This commit is contained in:
Kevin Mihelich 2022-01-17 14:40:57 +00:00
parent 5357adadcf
commit eca200f3a2
1 changed files with 4 additions and 4 deletions

View File

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