diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -2,5 +2,6 @@ libc.so.6 libdl.so.2 libgcc_s.so.1 +libm.so.6 libpthread.so.0 librt.so.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : ripgrep -version : 0.9.0 -release : 2 +version : 0.10.0 +release : 3 source : - - https://github.com/BurntSushi/ripgrep/archive/0.9.0.tar.gz : 871a24ad29a4c5b6d82f6049156db2662e6a9820cca6f361547b8ab8bc1be7ae + - https://github.com/BurntSushi/ripgrep/archive/0.10.0.tar.gz : a2a6eb7d33d75e64613c158e1ae450899b437e37f1bfbd54f713b011cd8cc31e license : MIT component : programming.tools summary : ripgrep combines the usability of The Silver Searcher with the raw speed of grep @@ -20,3 +20,5 @@ 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 +check : | + cargo test 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 - Mateusz Mikuła - mati865@gmail.com + Fabio Forni + livingsilver94.solus@tuta.io MIT programming.tools @@ -27,12 +27,12 @@ - - 2018-08-06 - 0.9.0 + + 2018-12-27 + 0.10.0 Packaging update - Mateusz Mikuła - mati865@gmail.com + Fabio Forni + livingsilver94.solus@tuta.io \ No newline at end of file