makedeb
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
Click here to go back to the commit logs for btop.
Hash: 958a5e6af9857dfb622a40cd6a3a3cf4a149f66c
Message: Updated to 1.3.0
diff --git a/.SRCINFO b/.SRCINFO
index 3fbd0ac..c4a9935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,16 @@
generated-by = makedeb
pkgname = btop
pkgbase = btop
-pkgdesc = A monitor of system resourecs, bpytop ported to C++
+pkgdesc = Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
pkgrel = 1
-pkgver = 1.2.13
+pkgver = 1.3.0
url = https://github.com/aristocratos/btop
-arch = x86_64
+arch = amd64
arch = aarch64
depends = coreutils
depends = sed
license = Apache
makedepends = build-essential
-makedepends = gcc-10
-makedepends = g++-10
-source = btop-1.2.13.tar.gz::https://github.com/aristocratos/btop/archive/v1.2.13.tar.gz
-sha256sums = 668dc4782432564c35ad0d32748f972248cc5c5448c9009faeb3445282920e02
+source = btop-1.3.0.tar.gz::https://github.com/aristocratos/btop/archive/v1.3.0.tar.gz
+sha256sums = 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf
makedepends = build-essential
-makedepends = gcc-10
-makedepends = g++-10
diff --git a/PKGBUILD b/PKGBUILD
index 2f1c068..ade1c0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=btop
-pkgver=1.2.13
+pkgver=1.3.0
pkgrel=1
-pkgdesc='A monitor of system resourecs, bpytop ported to C++'
-arch=(x86_64 aarch64)
+pkgdesc='Resource monitor that shows usage and stats for processor, memory, disks, network and processes.'
+arch=(amd64 aarch64)
url="https://github.com/aristocratos/$pkgname"
license=(Apache)
depends=(coreutils sed)
-makedepends=(build-essential gcc-10 g++-10)
+makedepends=(build-essential)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('668dc4782432564c35ad0d32748f972248cc5c5448c9009faeb3445282920e02')
+sha256sums=('375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf')
build() {
cd "$_archive"
- make CXX=g++-10 all
+ make all
}
package() {