summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 049531fda097..2f8cf10a2589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nazar Vinnichuk <nazar.vinnichuk at tutanota dot com>
pkgname=barva-git
_pkgname=${pkgname%-git}
-pkgver=0.3
+pkgver=0.5.r7.gcd92f9f
pkgrel=1
pkgdesc="An audio visualizer that pulses the background of your terminal."
url="http://github.com/Kharacternyk/${_pkgname}"
@@ -20,7 +20,7 @@ pkgver() {
}
build() {
- cd "${_pkgname}"
+ cd "${_pkgname}/src"
make
}