Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10747267
D6483.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D6483.id.diff
View Options
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 @@
<Source>
<Name>ripgrep</Name>
<Packager>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@tuta.io</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">ripgrep combines the usability of The Silver Searcher with the raw speed of grep</Summary>
<Description xml:lang="en">ripgrep combines the usability of The Silver Searcher with the raw speed of grep
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>ripgrep</Name>
@@ -27,12 +27,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2018-12-27</Date>
- <Version>0.10.0</Version>
+ <Update release="4">
+ <Date>2019-06-09</Date>
+ <Version>11.0.1</Version>
<Comment>Packaging update</Comment>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@tuta.io</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 16 2023, 3:23 PM (12 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5817981
Default Alt Text
D6483.id.diff (3 KB)
Attached To
Mode
D6483: Update ripgrep to 11.0.1 and enable pcre2 support
Attached
Detach File
Event Timeline
Log In to Comment