mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/btop to 1.3.0-1
This commit is contained in:
parent
9373fa7065
commit
ed2045698d
2 changed files with 14 additions and 2 deletions
12
extra/btop/.SRCINFO
Normal file
12
extra/btop/.SRCINFO
Normal file
|
@ -0,0 +1,12 @@
|
|||
pkgbase = btop
|
||||
pkgdesc = A monitor of system resources, bpytop ported to C++
|
||||
pkgver = 1.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/aristocratos/btop
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
depends = gcc-libs
|
||||
source = https://github.com/aristocratos/btop/archive/v1.3.0/btop-1.3.0.tar.gz
|
||||
sha256sums = 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf
|
||||
|
||||
pkgname = btop
|
|
@ -4,7 +4,7 @@
|
|||
# - disable lto
|
||||
|
||||
pkgname=btop
|
||||
pkgver=1.2.13
|
||||
pkgver=1.3.0
|
||||
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=('668dc4782432564c35ad0d32748f972248cc5c5448c9009faeb3445282920e02')
|
||||
sha256sums=('375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf')
|
||||
|
||||
build() {
|
||||
cd "$_archive"
|
||||
|
|
Loading…
Reference in a new issue