summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6997e1f8ace8..becc466df829 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.1.0
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/bexxmodd/vizex
arch = any
@@ -10,8 +10,8 @@ pkgbase = vizex
depends = python-click
depends = python-colored
depends = python-psutil
- source = https://github.com/bexxmodd/vizex/archive/v1.1.0.tar.gz
- sha256sums = 5bfce1da6fd2635b1c5399d66eceb6226829742a40c083b639f4b5b9a1931d67
+ source = https://github.com/bexxmodd/vizex/archive/v1.3.2.tar.gz
+ sha256sums = d6494a72460216225317807ec6203976f58b1c845718458f4dcfa64a5b93fa5f
pkgname = vizex
diff --git a/PKGBUILD b/PKGBUILD
index eebeef5680a3..7d446247cc6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rafael Silva <silvagracarafael@gmail.com>
pkgname=vizex
-pkgver=1.1.0
+pkgver=1.3.2
pkgrel=1
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')
@@ -10,7 +10,7 @@ depends=('python' 'python-click' 'python-colored' 'python-psutil')
makedepends=('python-setuptools')
license=('MIT')
source=(https://github.com/bexxmodd/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('5bfce1da6fd2635b1c5399d66eceb6226829742a40c083b639f4b5b9a1931d67')
+sha256sums=('d6494a72460216225317807ec6203976f58b1c845718458f4dcfa64a5b93fa5f')
build() {
cd ${pkgname}-${pkgver}