mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/btop to 1.0.19-1
This commit is contained in:
parent
7dd96f60ba
commit
52a677442c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - disable lto
|
||||
|
||||
pkgname=btop
|
||||
pkgver=1.0.18
|
||||
pkgver=1.0.19
|
||||
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=('29015bf7f34d87c7748f816f72f981f56f894946c6ec0faa330f71a8537781b7')
|
||||
sha256sums=('2983247a804ced692385b61a7e8f98536cb1bbffeacb9ca985c68f810658db5e')
|
||||
|
||||
build() {
|
||||
cd "$_archive"
|
||||
|
|
Loading…
Reference in a new issue