summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorderfenix2020-08-06 00:32:07 +0300
committerderfenix2020-08-06 00:32:07 +0300
commite069e281a91bf218c4e68dec38ef3ed64a087874 (patch)
tree7885f7d20456ce47ed0f9a8b314a57ff132d4ce6
parentfbcf687a2758d98fde456cf04ea83aa0e11c761f (diff)
downloadaur-e069e281a91bf218c4e68dec38ef3ed64a087874.tar.gz
v1.0.5
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf2afb7b26d..cad78e509d50 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.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/aristocratos/bpytop
arch = x86_64
license = Apache
depends = python3
depends = python-psutil
- source = https://github.com/aristocratos/bpytop/archive/v1.0.4.tar.gz
- sha256sums = af2e1fb81f00abb9d0ec8d2ae27a1597df78226d0fa14d254efeb7acc766b85e
+ source = https://github.com/aristocratos/bpytop/archive/v1.0.5.tar.gz
+ sha256sums = 147cc7c53ee4f37c3628b128dccd6bd53cf656b867b9b5eb6006f16e2f011980
pkgname = bpytop
diff --git a/PKGBUILD b/PKGBUILD
index 19ce6beda64f..1ecdff9ccc4f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: derfenix <derfenix@gmail.com>
pkgname=bpytop
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/aristocratos/bpytop"
license=('Apache')
depends=('python3' 'python-psutil')
source=("https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('af2e1fb81f00abb9d0ec8d2ae27a1597df78226d0fa14d254efeb7acc766b85e')
+sha256sums=('147cc7c53ee4f37c3628b128dccd6bd53cf656b867b9b5eb6006f16e2f011980')
package() {