Page MenuHomeSolus

D8518.id20369.diff
No OneTemporary

D8518.id20369.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,14 @@
name : ripgrep
-version : 11.0.2
-release : 6
+version : 12.0.0
+release : 7
source :
- - https://github.com/BurntSushi/ripgrep/archive/11.0.2.tar.gz : 0983861279936ada8bc7a6d5d663d590ad34eb44a44c75c2d6ccd0ab33490055
+ - https://github.com/BurntSushi/ripgrep/archive/12.0.0.tar.gz : 3c84c3a4c80cee961a2b0d00a4e5d1bc9eb58ba587cf69c06d84aff72fedbeff
+homepage : https://github.com/BurntSushi/ripgrep
license : MIT
component : programming.tools
summary : ripgrep combines the usability of The Silver Searcher with the raw speed of grep
description: |
- ripgrep combines the usability of The Silver Searcher with the raw speed of grep
+ ripgrep is a cross-platform, line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden files/directories and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
networking : yes
builddeps :
- pkgconfig(libpcre2-posix)
@@ -18,7 +19,7 @@
install : |
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.bash $installdir/usr/share/bash-completion/completions/rg
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
@@ -1,21 +1,22 @@
<PISI>
<Source>
<Name>ripgrep</Name>
+ <Homepage>https://github.com/BurntSushi/ripgrep</Homepage>
<Packager>
- <Name>Mislav Čakarić</Name>
- <Email>mcakaric@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.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 xml:lang="en">ripgrep is a cross-platform, line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden files/directories and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>ripgrep</Name>
<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 xml:lang="en">ripgrep is a cross-platform, line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden files/directories and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
</Description>
<PartOf>programming.tools</PartOf>
<Files>
@@ -26,12 +27,12 @@
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2020-02-12</Date>
- <Version>11.0.2</Version>
+ <Update release="7">
+ <Date>2020-03-20</Date>
+ <Version>12.0.0</Version>
<Comment>Packaging update</Comment>
- <Name>Mislav Čakarić</Name>
- <Email>mcakaric@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 13 2023, 8:21 AM (8 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5827498
Default Alt Text
D8518.id20369.diff (4 KB)

Event Timeline