summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Silva2021-07-06 00:33:23 +0100
committerRafael Silva2021-07-06 00:33:23 +0100
commit1c87abf6317a69fd7e9f2da1a084e10a114cb35b (patch)
treebcacc013647a1492ab021ee1577a9dce27a7fe1b
parent6d27e8ce96170c93ddb5f264e3aaa8f97b4f0adc (diff)
downloadaur-1c87abf6317a69fd7e9f2da1a084e10a114cb35b.tar.gz
release 2.0.3
Signed-off-by: Rafael Silva <perigoso@riseup.net>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29c350d4d884..4cb405e053b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vizex
pkgdesc = vizex is the terminal program for the UNIX/Linux systems which helps the user to visualize the disk space usage for every partition and media on the user's machine.
- pkgver = 1.9.9
+ pkgver = 2.0.3
pkgrel = 2
url = https://github.com/bexxmodd/vizex
arch = any
@@ -12,7 +12,7 @@ pkgbase = vizex
depends = python-psutil
depends = python-magic
depends = python-tabulate
- source = vizex-1.9.9.tar.gz::https://github.com/bexxmodd/vizex/archive/v1.9.9.tar.gz
- sha256sums = e809d47bcff585beb76d75f134b1b1c4f46ea49f31b349e1f0f0818991ee5077
+ source = vizex-2.0.3.tar.gz::https://github.com/bexxmodd/vizex/archive/v2.0.3.tar.gz
+ sha256sums = f88d4c99e591dcb6e14a921d9fca4105091568567c19db71cb032421f603a261
pkgname = vizex
diff --git a/PKGBUILD b/PKGBUILD
index c0a3cdb2819e..d34213b8743b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rafael Silva <silvagracarafael@gmail.com>
pkgname=vizex
-pkgver=1.9.9
+pkgver=2.0.3
pkgrel=2
pkgdesc="vizex is the terminal program for the UNIX/Linux systems which helps the user to visualize the disk space usage for every partition and media on the user's machine."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-click' 'python-colored' 'python-pandas' 'python-psutil'
'python-magic' 'python-tabulate')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bexxmodd/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('e809d47bcff585beb76d75f134b1b1c4f46ea49f31b349e1f0f0818991ee5077')
+sha256sums=('f88d4c99e591dcb6e14a921d9fca4105091568567c19db71cb032421f603a261')
prepare() {
cd "$pkgname-$pkgver"