mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
kakoune: stop triggering debug build and update to 0.0.20180317
This commit is contained in:
parent
afeb7261d9
commit
b9f14e2d34
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'kakoune'
|
# Template file for 'kakoune'
|
||||||
pkgname=kakoune
|
pkgname=kakoune
|
||||||
version=0.0.20180301
|
version=0.0.20180317
|
||||||
revision=1
|
revision=1
|
||||||
_commit="7a54c0edfe36a0a3fb428cfee211a3f87cf4f7a2"
|
_commit="7ba4ef897bbc7e6c7b65ccf01f4085ed86cd04d6"
|
||||||
wrksrc="${pkgname}-${_commit}"
|
wrksrc="${pkgname}-${_commit}"
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="debug=no"
|
make_build_args="debug=no"
|
||||||
|
make_install_args="debug=no"
|
||||||
hostmakedepends="pkg-config asciidoc"
|
hostmakedepends="pkg-config asciidoc"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Selection-based vim-like editor with less keystrokes"
|
short_desc="Selection-based vim-like editor with less keystrokes"
|
||||||
|
@ -14,4 +15,4 @@ maintainer="Jakub Skrzypnik <j.skrzypnik@openmailbox.org>"
|
||||||
license="UNLICENSE"
|
license="UNLICENSE"
|
||||||
homepage="http://kakoune.org"
|
homepage="http://kakoune.org"
|
||||||
distfiles="https://github.com/mawww/kakoune/archive/${_commit}.tar.gz"
|
distfiles="https://github.com/mawww/kakoune/archive/${_commit}.tar.gz"
|
||||||
checksum=8ac43c15b696360d99d7f65a14c649d078b465de445812c0168eef09f20e8edd
|
checksum=7b369499b04b3c5f91283b5baf6b2c36948f8392b04cec809e1e5b81c04463ef
|
||||||
|
|
Loading…
Add table
Reference in a new issue