upgpkg: btop 1.0.23-1
upstream release Update to 1.0.23
This commit is contained in:
parent
3724dc39e5
commit
6d7028f805
6
.SRCINFO
6
.SRCINFO
@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
|
|||||||
|
|
||||||
pkgbase = btop
|
pkgbase = btop
|
||||||
pkgdesc = A monitor of system resourecs, bpytop ported to C++
|
pkgdesc = A monitor of system resourecs, bpytop ported to C++
|
||||||
pkgver = 1.0.22
|
pkgver = 1.0.23
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/aristocratos/btop
|
url = https://github.com/aristocratos/btop
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -14,9 +14,9 @@ pkgbase = btop
|
|||||||
depends = build-essential
|
depends = build-essential
|
||||||
depends = gcc-10
|
depends = gcc-10
|
||||||
depends = g++-10
|
depends = g++-10
|
||||||
source = btop-1.0.22.tar.gz::https://github.com/aristocratos/btop/archive/v1.0.22.tar.gz
|
source = btop-1.0.23.tar.gz::https://github.com/aristocratos/btop/archive/v1.0.23.tar.gz
|
||||||
source = Makefile.patch
|
source = Makefile.patch
|
||||||
sha256sums = 28ae603c7f7b0fd97a7cee79eb714093ed75d719b834de91e5ac1e25a6c8d6fb
|
sha256sums = 9fcda1089aaf5c59e7528c0a382f762b97fcb945933b1a750629be08bb14281d
|
||||||
sha256sums = 9615e689c64975915a1d8bdac2115f9fc03ec990232a630a72f1194e6364d707
|
sha256sums = 9615e689c64975915a1d8bdac2115f9fc03ec990232a630a72f1194e6364d707
|
||||||
|
|
||||||
pkgname = btop
|
pkgname = btop
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
# Contributor: Caleb Maclennan <caleb@alerque.com>
|
# Contributor: Caleb Maclennan <caleb@alerque.com>
|
||||||
|
|
||||||
pkgname=btop
|
pkgname=btop
|
||||||
pkgver=1.0.22
|
pkgver=1.0.23
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A monitor of system resourecs, bpytop ported to C++'
|
pkgdesc='A monitor of system resourecs, bpytop ported to C++'
|
||||||
arch=(x86_64 aarch64)
|
arch=(x86_64 aarch64)
|
||||||
@ -12,7 +12,7 @@ depends=(coreutils sed git build-essential gcc-10 g++-10)
|
|||||||
_archive="$pkgname-$pkgver"
|
_archive="$pkgname-$pkgver"
|
||||||
source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz"
|
source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz"
|
||||||
"Makefile.patch")
|
"Makefile.patch")
|
||||||
sha256sums=('28ae603c7f7b0fd97a7cee79eb714093ed75d719b834de91e5ac1e25a6c8d6fb'
|
sha256sums=('9fcda1089aaf5c59e7528c0a382f762b97fcb945933b1a750629be08bb14281d'
|
||||||
'9615e689c64975915a1d8bdac2115f9fc03ec990232a630a72f1194e6364d707')
|
'9615e689c64975915a1d8bdac2115f9fc03ec990232a630a72f1194e6364d707')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user