mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/btop to 1.2.10-1
This commit is contained in:
parent
c0e1983fa8
commit
284b6a08bd
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - disable lto
|
||||
|
||||
pkgname=btop
|
||||
pkgver=1.2.9
|
||||
pkgver=1.2.10
|
||||
pkgrel=1
|
||||
pkgdesc='A monitor of system resources, bpytop ported to C++'
|
||||
arch=(x86_64)
|
||||
|
@ -13,7 +13,7 @@ license=(Apache)
|
|||
depends=(gcc-libs)
|
||||
_archive="$pkgname-$pkgver"
|
||||
source=("$url/archive/v$pkgver/$_archive.tar.gz")
|
||||
sha256sums=('0f8c3434a9c4c132a34415a9cc4f048595b8a4d1a94e94223ac3a795e1c16531')
|
||||
sha256sums=('6f84579d3737b8fdfa6afb788b788569702d6f17ef294c9bc9404fefc7aae1a0')
|
||||
|
||||
build() {
|
||||
cd "$_archive"
|
||||
|
|
Loading…
Reference in a new issue