Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048397
D11461.id27754.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
D11461.id27754.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,14 @@
name : bat
-version : 0.18.1
-release : 20
+version : 0.18.2
+release : 21
source :
- - https://github.com/sharkdp/bat/archive/refs/tags/v0.18.1.tar.gz : ab5246c3bec8745c14ca9a0473971f00fbce2fdc1ce7842e0a96676ee5eac2af
+ - https://github.com/sharkdp/bat/archive/refs/tags/v0.18.2.tar.gz : b176787e27da1f920b655bcd71b66c1569d241e2272bb9a4f6a64e6501c0cf2a
license :
- Apache-2.0
- MIT
homepage : https://github.com/sharkdp/bat
component : system.utils
-summary : bat supports syntax highlighting for a large number of programming and
- markup languages
+summary : bat supports syntax highlighting for a large number of programming and markup languages
description: |
bat supports syntax highlighting for a large number of programming and markup languages
networking : yes
@@ -20,8 +19,9 @@
cargo build --release
install : |
install -Dm00755 target/release/bat $installdir/usr/bin/bat
- find ./ -name bat.1 -exec install -Dm00644 {} $installdir/usr/share/man/man1/bat.1 \;
- find ./ -name bat.fish -exec install -Dm00644 {} $installdir/usr/share/fish/vendor_completions.d/bat.fish \;
- find ./ -name bat.zsh -exec install -Dm00644 {} $installdir/usr/share/zsh/site-functions/_bat \;
+ install -Dm00644 target/release/build/*/out/assets/manual/bat.1 $installdir/usr/share/man/man1/bat.1
+ install -Dm00644 target/release/build/*/out/assets/completions/bat.fish $installdir/usr/share/fish/vendor_completions.d/bat.fish
+ install -Dm00644 target/release/build/*/out/assets/completions/bat.zsh $installdir/usr/share/zsh/site-functions/_bat
+ install -Dm00644 target/release/build/*/out/assets/completions/bat.bash $installdir/usr/share/bash-completion/completions/bat
check : |
cargo test
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 @@
<Name>bat</Name>
<Homepage>https://github.com/sharkdp/bat</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Seth Flynn</Name>
+ <Email>g3tchoo@protonmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<License>MIT</License>
@@ -22,18 +22,19 @@
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="executable">/usr/bin/bat</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/bat</Path>
<Path fileType="data">/usr/share/fish/vendor_completions.d/bat.fish</Path>
<Path fileType="man">/usr/share/man/man1/bat.1</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_bat</Path>
</Files>
</Package>
<History>
- <Update release="20">
- <Date>2021-06-14</Date>
- <Version>0.18.1</Version>
+ <Update release="21">
+ <Date>2021-07-17</Date>
+ <Version>0.18.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Seth Flynn</Name>
+ <Email>g3tchoo@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 4:34 PM (2 h, 59 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5787825
Default Alt Text
D11461.id27754.diff (3 KB)
Attached To
Mode
D11461: update bat to 0.18.2
Attached
Detach File
Event Timeline
Log In to Comment