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 @@
bat
https://github.com/sharkdp/bat
- Joey Riches
- josephriches@gmail.com
+ Seth Flynn
+ g3tchoo@protonmail.com
Apache-2.0
MIT
@@ -22,18 +22,19 @@
system.utils
/usr/bin/bat
+ /usr/share/bash-completion/completions/bat
/usr/share/fish/vendor_completions.d/bat.fish
/usr/share/man/man1/bat.1
/usr/share/zsh/site-functions/_bat
-
- 2021-06-14
- 0.18.1
+
+ 2021-07-17
+ 0.18.2
Packaging update
- Joey Riches
- josephriches@gmail.com
+ Seth Flynn
+ g3tchoo@protonmail.com
\ No newline at end of file