diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : ripgrep -version : 0.7.1 -release : 1 +version : 0.9.0 +release : 2 source : - - https://github.com/BurntSushi/ripgrep/archive/0.7.1.tar.gz : e010693637acebb409f3dba7caf59ef093d1894a33b14015041b8d43547665f5 + - https://github.com/BurntSushi/ripgrep/archive/0.9.0.tar.gz : 871a24ad29a4c5b6d82f6049156db2662e6a9820cca6f361547b8ab8bc1be7ae license : MIT component : programming.tools summary : ripgrep combines the usability of The Silver Searcher with the raw speed of grep @@ -10,9 +10,13 @@ ripgrep combines the usability of The Silver Searcher with the raw speed of grep networking : yes builddeps : + - asciidoc - cargo build : | cargo build --release install : | install -Dm755 target/release/rg $installdir/usr/bin/rg - install -Dm644 doc/rg.1 $installdir/usr/share/man/man1/rg.1 + install -Dm644 complete/_rg $installdir/share/zsh/site-functions/_rg + install -Dm644 target/release/build/ripgrep-*/out/rg.bash "$installdir/usr/share/bash-completion/completions/rg" + install -Dm644 target/release/build/ripgrep-*/out/rg.fish "$installdir/usr/share/fish/completions/rg.fish" + install -Dm644 target/release/build/ripgrep-*/out/rg.1 $installdir/usr/share/man/man1/rg.1 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 - Sönke Behrendt - thesoenke@outlook.com + Mateusz Mikuła + mati865@gmail.com MIT programming.tools @@ -19,17 +19,20 @@ programming.tools - /usr/bin - /usr/share/man + /share/zsh/site-functions/_rg + /usr/bin/rg + /usr/share/bash-completion/completions/rg + /usr/share/fish/completions/rg.fish + /usr/share/man/man1/rg.1 - - 2017-11-19 - 0.7.1 + + 2018-08-06 + 0.9.0 Packaging update - Sönke Behrendt - thesoenke@outlook.com + Mateusz Mikuła + mati865@gmail.com \ No newline at end of file