mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 23:02:56 +02:00
vis: update to 0.3
This commit is contained in:
parent
daa79a1889
commit
86483eb171
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vis'
|
# Template file for 'vis'
|
||||||
pkgname=vis
|
pkgname=vis
|
||||||
version=0.2
|
version=0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
makedepends="libtermkey-devel ncurses-devel lua-devel"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Tiny vim like editor"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/martanne/vis"
|
homepage="https://github.com/martanne/vis"
|
||||||
distfiles="http://www.brain-dump.org/projects/vis/vis-${version}.tar.gz"
|
distfiles="https://github.com/martanne/vis/archive/v${version}.tar.gz"
|
||||||
checksum=3e5b81d760849c56ee378421e9ba0f653c641bf78e7594f71d85357be99a752d
|
checksum=bed8ed32ef4f81bc4fd28e297ea8edc80027ac6923b9d3b5bd955d24899c7077
|
||||||
conflicts="outils" # /usr/bin/vis
|
conflicts="outils" # /usr/bin/vis
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue