Page MenuHomeSolus

D3525.id8699.diff
No OneTemporary

D3525.id8699.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : ripgrep
-version : 0.7.1
-release : 1
+version : 0.9.0
+release : 2
source :
- - https://github.com/BurntSushi/ripgrep/archive/0.7.1.tar.gz : e010693637acebb409f3dba7caf59ef093d1894a33b14015041b8d43547665f5
+ - https://github.com/BurntSushi/ripgrep/archive/0.9.0.tar.gz : 871a24ad29a4c5b6d82f6049156db2662e6a9820cca6f361547b8ab8bc1be7ae
license : MIT
component : programming.tools
summary : ripgrep combines the usability of The Silver Searcher with the raw speed of grep
@@ -10,9 +10,13 @@
ripgrep combines the usability of The Silver Searcher with the raw speed of grep
networking : yes
builddeps :
+ - asciidoc
- cargo
build : |
cargo build --release
install : |
install -Dm755 target/release/rg $installdir/usr/bin/rg
- install -Dm644 doc/rg.1 $installdir/usr/share/man/man1/rg.1
+ 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
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 @@
<Source>
<Name>ripgrep</Name>
<Packager>
- <Name>Sönke Behrendt</Name>
- <Email>thesoenke@outlook.com</Email>
+ <Name>Mateusz Mikuła</Name>
+ <Email>mati865@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.tools</PartOf>
@@ -19,17 +19,20 @@
</Description>
<PartOf>programming.tools</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="executable">/usr/bin/rg</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/rg</Path>
+ <Path fileType="data">/usr/share/fish/completions/rg.fish</Path>
+ <Path fileType="man">/usr/share/man/man1/rg.1</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_rg</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2017-11-19</Date>
- <Version>0.7.1</Version>
+ <Update release="2">
+ <Date>2018-08-06</Date>
+ <Version>0.9.0</Version>
<Comment>Packaging update</Comment>
- <Name>Sönke Behrendt</Name>
- <Email>thesoenke@outlook.com</Email>
+ <Name>Mateusz Mikuła</Name>
+ <Email>mati865@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 3:02 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803204
Default Alt Text
D3525.id8699.diff (2 KB)

Event Timeline