summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 891f7fe64923..ed4cfc1a76ce 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.12
+ pkgver = 1.0.13
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.12.tar.gz
- sha256sums = 40fd0f27656222aadaa615899ecfe4b3ecc6268dac8badc032cbb150c591c7ad
+ source = https://github.com/aristocratos/bpytop/archive/v1.0.13.tar.gz
+ sha256sums = 7c22bbb9562dbafdd9842b0c4aaad4c94740f18b88219fa2db05b6e414d46334
pkgname = bpytop
diff --git a/PKGBUILD b/PKGBUILD
index e375208ba7d4..b476b19b981c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: derfenix <derfenix@gmail.com>
pkgname=bpytop
-pkgver=1.0.12
+pkgver=1.0.13
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=('40fd0f27656222aadaa615899ecfe4b3ecc6268dac8badc032cbb150c591c7ad')
+sha256sums=('7c22bbb9562dbafdd9842b0c4aaad4c94740f18b88219fa2db05b6e414d46334')
package() {