[arch-commits] Commit in bat/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Oct 20 22:10:34 UTC 2018


    Date: Saturday, October 20, 2018 @ 22:10:34
  Author: arodseth
Revision: 398143

upgpkg: bat 0.8.0-1

Modified:
  bat/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 21:49:07 UTC (rev 398142)
+++ PKGBUILD	2018-10-20 22:10:34 UTC (rev 398143)
@@ -2,8 +2,8 @@
 # Contributor: Wesley Moore <wes at wezm.net>
 
 pkgname=bat
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Cat clone with syntax highlighting and git integration'
 arch=('x86_64')
 url='https://github.com/sharkdp/bat'
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'rust')
 depends=('curl' 'libssh2')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('5863895e6ac95f5349da95ff74e196c4b365af3fc3f4a1376cab797df493b7a4')
+sha256sums=('577664399cf24695f51b702350c1a3fe460cd296a6a12ed0938bb937a4b3b00d')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -24,16 +24,16 @@
 
   install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
   install -Dm644 doc/bat.1 "$pkgdir/usr/share/man/man1/bat.1"
-  install -Dm644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  # For the upcoming version of bat
-  #install -Dm644 target/release/build/bat-*/out/bat.bash \
-  #  "$pkgdir/usr/share/bash-completion/completions/bat"
-  #install -Dm644 target/release/build/bat-*/out/bat.fish \
-  #  "$pkgdir/usr/share/fish/vendor_completions.d/bat.fish"
-  #install -Dm644 target/release/build/bat-*/out/bat.zsh \
-  #  "$pkgdir/usr/share/zsh/site-functions/_bat"
+  install -Dm644 target/release/build/bat-*/out/bat.bash \
+    "$pkgdir/usr/share/bash-completion/completions/bat"
+  install -Dm644 target/release/build/bat-*/out/bat.fish \
+    "$pkgdir/usr/share/fish/vendor_completions.d/bat.fish"
+  install -Dm644 target/release/build/bat-*/out/_bat \
+    "$pkgdir/usr/share/zsh/site-functions/_bat"
+  install -Dm644 LICENSE-APACHE \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list