diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -2,6 +2,6 @@
libc.so.6
libdl.so.2
libgcc_s.so.1
-libm.so.6
+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 : 0.10.0
-release : 3
+version : 11.0.1
+release : 4
source :
- - https://github.com/BurntSushi/ripgrep/archive/0.10.0.tar.gz : a2a6eb7d33d75e64613c158e1ae450899b437e37f1bfbd54f713b011cd8cc31e
+ - https://github.com/BurntSushi/ripgrep/archive/11.0.1.tar.gz : ba106404342160a66f703b8c9db9d45117c1a3664a0996822496bcb9f238b184
license : MIT
component : programming.tools
summary : ripgrep combines the usability of The Silver Searcher with the raw speed of grep
@@ -10,15 +10,16 @@
ripgrep combines the usability of The Silver Searcher with the raw speed of grep
networking : yes
builddeps :
+ - pkgconfig(libpcre2-posix)
- asciidoc
- cargo
build : |
- cargo build --release
+ cargo build --release --features 'pcre2'
install : |
- install -Dm755 target/release/rg $installdir/usr/bin/rg
- install -Dm644 complete/_rg $installdir/usr/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
+ 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
+ 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,15 +2,15 @@
ripgrep
- Fabio Forni
- livingsilver94.solus@tuta.io
+ Longwu Ou
+ xulongwu4@gmail.com
MIT
programming.tools
ripgrep combines the usability of The Silver Searcher with the raw speed of grep
ripgrep combines the usability of The Silver Searcher with the raw speed of grep
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
ripgrep
@@ -27,12 +27,12 @@
-
- 2018-12-27
- 0.10.0
+
+ 2019-06-09
+ 11.0.1
Packaging update
- Fabio Forni
- livingsilver94.solus@tuta.io
+ Longwu Ou
+ xulongwu4@gmail.com
\ No newline at end of file