summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorperigoso2020-09-22 01:52:52 +0100
committerperigoso2020-09-22 01:52:52 +0100
commita5dfd0816b19f40d242c0d1cb0735af888051f54 (patch)
treeb9e8faa7a9efb44b40bef3832537f09cd091555f /PKGBUILD
parentc6d9f37fb573390610717ecbf14ef5d6f6b35451 (diff)
downloadaur-a5dfd0816b19f40d242c0d1cb0735af888051f54.tar.gz
set src name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d446247cc6c..eead8cf8da0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=vizex
pkgver=1.3.2
-pkgrel=1
+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')
url="https://github.com/bexxmodd/vizex"
depends=('python' 'python-click' 'python-colored' 'python-psutil')
makedepends=('python-setuptools')
license=('MIT')
-source=(https://github.com/bexxmodd/${pkgname}/archive/v${pkgver}.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bexxmodd/${pkgname}/archive/v${pkgver}.tar.gz)
sha256sums=('d6494a72460216225317807ec6203976f58b1c845718458f4dcfa64a5b93fa5f')
build() {