From 9229663ce439dfc292f8b0f7f9d64e08617e6452 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 25 Mar 2016 14:59:14 +0100 Subject: [PATCH] vis: update to 0.2. closes #3898 --- srcpkgs/vis/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/vis/template b/srcpkgs/vis/template index ec19f8ec7e..62bfd3beec 100644 --- a/srcpkgs/vis/template +++ b/srcpkgs/vis/template @@ -1,8 +1,8 @@ # Template file for 'vis' pkgname=vis -version=0.1 -revision=3 -build_style=gnu-makefile +version=0.2 +revision=1 +build_style=gnu-configure makedepends="libtermkey-devel ncurses-devel lua-devel" depends="lua-lpeg" short_desc="Tiny vim like editor" @@ -10,11 +10,9 @@ maintainer="Diogo Leal " license="BSD" homepage="https://github.com/martanne/vis" distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz" -checksum=c695b095f85f4360590865b0b7007aa019463b24c1026c0e624a78b31f3ac54b +checksum=3e5b81d760849c56ee378421e9ba0f653c641bf78e7594f71d85357be99a752d conflicts="outils" # /usr/bin/vis -CFLAGS="-DCONFIG_LUA=1" - post_install() { vlicense LICENSE }