diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -4,4 +4,3 @@
libgcc_s.so.1
libpcre2-8.so.0
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 : 12.0.0
-release : 7
+version : 12.0.1
+release : 8
source :
- - https://github.com/BurntSushi/ripgrep/archive/12.0.0.tar.gz : 3c84c3a4c80cee961a2b0d00a4e5d1bc9eb58ba587cf69c06d84aff72fedbeff
+ - https://github.com/BurntSushi/ripgrep/archive/12.0.1.tar.gz : 5be34aa77a36ac9d8f1297a0d97069e4653e03f61c67d192cee32944cd2b6329
homepage : https://github.com/BurntSushi/ripgrep
license : MIT
component : programming.tools
@@ -20,6 +20,7 @@
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/vendor_completions.d/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
@@ -3,8 +3,8 @@
ripgrep
https://github.com/BurntSushi/ripgrep
- Algent Albrahimi
- algent@protonmail.com
+ Mislav Čakarić
+ mcakaric@gmail.com
MIT
programming.tools
@@ -22,17 +22,18 @@
/usr/bin/rg
/usr/share/bash-completion/completions/rg
+ /usr/share/fish/vendor_completions.d/rg.fish
/usr/share/man/man1/rg.1
/usr/share/zsh/site-functions/_rg
-
- 2020-03-20
- 12.0.0
+
+ 2020-04-29
+ 12.0.1
Packaging update
- Algent Albrahimi
- algent@protonmail.com
+ Mislav Čakarić
+ mcakaric@gmail.com
\ No newline at end of file