summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Fišer2018-03-20 13:00:37 +0100
committerJakub Fišer2018-03-20 13:00:37 +0100
commit083aa1c6aaefa2835643e375e9ec34129a0f2030 (patch)
treed3939073719f2948e079dd138b47b44b6a3a053b
parent1cba0ddd4ca271895127e2dcc726fafe15c606fc (diff)
downloadaur-083aa1c6aaefa2835643e375e9ec34129a0f2030.tar.gz
fix force PERL path to config; version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2059b11c1cea..11d179226b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
pkgname=vit-git
-pkgver=r175.d72d6e0
+pkgver=r183.12d03e9
pkgrel=2
pkgdesc="A terminal interface for Taskwarrior with Vim key bindings and colorization support. GIT version."
arch=('any')
@@ -28,7 +28,7 @@ prepare() {
build() {
cd ${pkgname%-git}
- ./configure --prefix=/usr
+ PERL=/usr/bin/perl ./configure --prefix=/usr
make
}