mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/btop to 1.2.6-1
This commit is contained in:
parent
1246f7a48a
commit
b26bd2da27
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# - disable lto
|
# - disable lto
|
||||||
|
|
||||||
pkgname=btop
|
pkgname=btop
|
||||||
pkgver=1.2.5
|
pkgver=1.2.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A monitor of system resources, bpytop ported to C++'
|
pkgdesc='A monitor of system resources, bpytop ported to C++'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -13,7 +13,7 @@ license=(Apache)
|
||||||
depends=(gcc-libs)
|
depends=(gcc-libs)
|
||||||
_archive="$pkgname-$pkgver"
|
_archive="$pkgname-$pkgver"
|
||||||
source=("$url/archive/v$pkgver/$_archive.tar.gz")
|
source=("$url/archive/v$pkgver/$_archive.tar.gz")
|
||||||
sha256sums=('93ff23276f2c626282037766542543dad5964fb6117c7902c4a4899607f8c95f')
|
sha256sums=('3631f39c847c884064dd0babf34487a3b8b87a9d61d89aa5185418ffdc4741d8')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$_archive"
|
cd "$_archive"
|
||||||
|
|
Loading…
Reference in a new issue