summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorderfenix2020-10-31 14:59:38 +0300
committerderfenix2020-10-31 14:59:38 +0300
commit91fc2190dfec49e6616260e1b525ceb696766709 (patch)
treeba29c63d2327d21f04baecc789b3f0158fc2d099
parent51478deda1d728f3fa4c417739fdf4f3e3b22d6c (diff)
downloadaur-91fc2190dfec49e6616260e1b525ceb696766709.tar.gz
1.0.48
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aada8bd9ea4..07683c9c15d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bpytop
pkgdesc = Resource monitor that shows usage and stats for processor, memory, disks, network and processes
- pkgver = 1.0.47
+ pkgver = 1.0.48
pkgrel = 1
url = https://github.com/aristocratos/bpytop
arch = any
license = Apache
depends = python3
depends = python-psutil
- source = bpytop-1.0.47.tar.gz::https://github.com/aristocratos/bpytop/archive/v1.0.47.tar.gz
- sha256sums = 522890261adfc5fe3c6109d0c1f3f139a8456c94dbe0bde4ff9197aad27a9f45
+ source = bpytop-1.0.48.tar.gz::https://github.com/aristocratos/bpytop/archive/v1.0.48.tar.gz
+ sha256sums = 68f1e82080d7890bb8fe002549c75db6786b855cb4774b77810c9ea14efce3c2
pkgname = bpytop
diff --git a/PKGBUILD b/PKGBUILD
index bc88cd65ca94..900240243d31 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: derfenix <derfenix@gmail.com>
pkgname=bpytop
-pkgver=1.0.47
+pkgver=1.0.48
pkgrel=1
pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/aristocratos/bpytop"
license=('Apache')
depends=('python3' 'python-psutil')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('522890261adfc5fe3c6109d0c1f3f139a8456c94dbe0bde4ff9197aad27a9f45')
+sha256sums=('68f1e82080d7890bb8fe002549c75db6786b855cb4774b77810c9ea14efce3c2')
package() {