diff --git a/srcpkgs/ripgrep/template b/srcpkgs/ripgrep/template index b5f7813e8ff..a4c6c36d5b9 100644 --- a/srcpkgs/ripgrep/template +++ b/srcpkgs/ripgrep/template @@ -1,6 +1,6 @@ # Template file for 'ripgrep' pkgname=ripgrep -version=0.8.1 +version=0.9.0 revision=1 hostmakedepends="asciidoc cargo rust" short_desc="Fast search tool inspired by ag and grep" @@ -8,7 +8,7 @@ maintainer="Leah Neukirchen " license="Public Domain, MIT" homepage="https://github.com/BurntSushi/ripgrep/" distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz" -checksum=7035379fce0c1e32552e8ee528b92c3d01b8d3935ea31d26c51a73287be74bb3 +checksum=871a24ad29a4c5b6d82f6049156db2662e6a9820cca6f361547b8ab8bc1be7ae nocross=yes do_build() { @@ -25,7 +25,7 @@ do_install() { vlicense UNLICENSE vinstall complete/_rg 0644 usr/share/zsh/site-functions - cd target/release/build/*/out + cd target/release/build/ripgrep-*/out vman rg.1 vinstall rg.bash 0644 usr/share/bash-completion/completions rg vinstall rg.fish 0644 usr/share/fish/completions