mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/btop to 1.1.0-1
This commit is contained in:
parent
0b97753afa
commit
2a0fdf8952
1 changed files with 4 additions and 4 deletions
|
@ -4,16 +4,16 @@
|
|||
# - disable lto
|
||||
|
||||
pkgname=btop
|
||||
pkgver=1.0.20
|
||||
pkgrel=2
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='A monitor of system resources, bpytop ported to C++'
|
||||
arch=(x86_64 aarch64)
|
||||
arch=(x86_64 aarch64 i686)
|
||||
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=('8f1c863f8a9d7da300be33be850c132a3cd24d483554b22774ce687068163a99')
|
||||
sha256sums=('bcabd70cce6716386d3b4f798ba76f7a4a0a507fa11b8cf3e15c55ba139ebbd6')
|
||||
|
||||
build() {
|
||||
cd "$_archive"
|
||||
|
|
Loading…
Reference in a new issue