[arch-commits] Commit in bpytop/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Dec 21 09:43:02 UTC 2020
Date: Monday, December 21, 2020 @ 09:43:02
Author: jlichtblau
Revision: 780876
upgpkg: bpytop 1.0.51-1 - new upstream release
Modified:
bpytop/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-21 09:42:54 UTC (rev 780875)
+++ PKGBUILD 2020-12-21 09:43:02 UTC (rev 780876)
@@ -2,8 +2,8 @@
# Contributor: derfenix <derfenix at gmail.com>
pkgname=bpytop
-pkgver=1.0.50
-pkgrel=2
+pkgver=1.0.51
+pkgrel=1
pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
arch=('any')
url="https://github.com/aristocratos/bpytop"
@@ -10,7 +10,7 @@
license=('Apache')
depends=('python' 'python-psutil')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('ba4647c5db37ef87dbe730762306ae1c00e57e4249d18d65fa4ac0d3a9559123')
+sha256sums=('6d1c6da8ab3b598233ab4d8e40c49f99e5d16b51a4b76f8c4a3b73910cb3d80e')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list