diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : ripgrep version : 11.0.2 -release : 5 +release : 6 source : - https://github.com/BurntSushi/ripgrep/archive/11.0.2.tar.gz : 0983861279936ada8bc7a6d5d663d590ad34eb44a44c75c2d6ccd0ab33490055 license : MIT @@ -19,7 +19,6 @@ install -Dm00755 target/release/rg $installdir/usr/bin/rg install -Dm00644 complete/_rg $installdir/usr/share/zsh/site-functions/_rg install -Dm00644 target/release/build/ripgrep-*/out/rg.bash "$installdir/usr/share/bash-completion/completions/rg" - install -Dm00644 target/release/build/ripgrep-*/out/rg.fish "$installdir/usr/share/fish/completions/rg.fish" install -Dm00644 target/release/build/ripgrep-*/out/rg.1 $installdir/usr/share/man/man1/rg.1 check : | cargo test --all diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ ripgrep - Longwu Ou - xulongwu4@gmail.com + Mislav Čakarić + mcakaric@gmail.com MIT programming.tools @@ -21,18 +21,17 @@ /usr/bin/rg /usr/share/bash-completion/completions/rg - /usr/share/fish/completions/rg.fish /usr/share/man/man1/rg.1 /usr/share/zsh/site-functions/_rg - - 2019-08-02 + + 2020-02-12 11.0.2 Packaging update - Longwu Ou - xulongwu4@gmail.com + Mislav Čakarić + mcakaric@gmail.com \ No newline at end of file