ripgrep: update to 0.6.0.

This commit is contained in:
Leah Neukirchen 2017-08-24 12:46:36 +02:00
parent f779abc560
commit 1f775b2de3

View file

@ -1,6 +1,6 @@
# Template file for 'ripgrep'
pkgname=ripgrep
version=0.5.2
version=0.6.0
revision=1
hostmakedepends="cargo rust"
short_desc="Fast search tool inspired by ag and grep"
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain, MIT"
homepage="https://github.com/BurntSushi/ripgrep/"
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
checksum=5d880c590cbb09d907d64ba24557fb2b2f025c8363bcdde29f303e9261625eea
checksum=102aff26fae9f455a8bcc435759d488f4944a34bee4b22b852f1cac3245b1b5e
nocross=yes
do_build() {
@ -20,7 +20,7 @@ do_install() {
vlicense LICENSE-MIT
vlicense UNLICENSE
vinstall complete/_rg 0644 usr/share/zsh/site-functions
cd target/release/build/*/out
vinstall _rg 0644 usr/share/zsh/site-functions
vinstall rg.bash-completion 0644 usr/share/bash-completion/completions rg
}