[arch-commits] Commit in bat/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Jul 14 14:45:50 UTC 2021


    Date: Wednesday, July 14, 2021 @ 14:45:50
  Author: arodseth
Revision: 976965

archrelease: copy trunk to community-x86_64

Added:
  bat/repos/community-x86_64/PKGBUILD
    (from rev 976964, bat/trunk/PKGBUILD)
Deleted:
  bat/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-14 14:45:45 UTC (rev 976964)
+++ PKGBUILD	2021-07-14 14:45:50 UTC (rev 976965)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=bat
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Cat clone with syntax highlighting and git integration'
-arch=(x86_64)
-url='https://github.com/sharkdp/bat'
-license=(APACHE MIT)
-makedepends=(clang cmake git rust)
-source=("git+$url#commit=3aea51455b8acf553f4481996f93d7e219130c2b") # tag: v0.18.1
-b2sums=('SKIP')
-
-build() {
-  cargo build \
-    --manifest-path "$srcdir/$pkgname/Cargo.toml" \
-    --release
-}
-
-package() {
-  install -Dm755 $pkgname/target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # Package licenses
-  install -Dm644 $pkgname/LICENSE-APACHE \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 $pkgname/LICENSE-MIT \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd $pkgname/target/release/build
-
-  # Package the man page
-  find . -name bat.1 -type f -exec install -Dm644 {} \
-    "$pkgdir/usr/share/man/man1/bat.1" \;
-
-  # Package the zsh completion file (not in zsh-completions yet)
-  find . -name bat.zsh -type f -exec install -Dm644 {} \
-    "$pkgdir/usr/share/zsh/site-functions/_bat" \;
-
-  # Package the fish completion
-  find . -name bat.fish -type f -exec install -Dm644 {} \
-    "$pkgdir/usr/share/fish/vendor_completions.d/bat.fish" \;
-}

Copied: bat/repos/community-x86_64/PKGBUILD (from rev 976964, bat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-14 14:45:50 UTC (rev 976965)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=bat
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Cat clone with syntax highlighting and git integration'
+arch=(x86_64)
+url='https://github.com/sharkdp/bat'
+license=(APACHE MIT)
+makedepends=(clang cmake git rust)
+source=("git+$url#commit=589df6792fe406f91b00db5e24d35393c6527e6b") # tag: v0.18.2
+b2sums=('SKIP')
+
+build() {
+  cargo build \
+    --manifest-path "$srcdir/$pkgname/Cargo.toml" \
+    --release
+}
+
+package() {
+  install -Dm755 $pkgname/target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # Package licenses
+  install -Dm644 $pkgname/LICENSE-APACHE \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 $pkgname/LICENSE-MIT \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd $pkgname/target/release/build
+
+  # Package the man page
+  find . -name bat.1 -type f -exec install -Dm644 {} \
+    "$pkgdir/usr/share/man/man1/bat.1" \;
+
+  # Package the zsh completion file (not in zsh-completions yet)
+  find . -name bat.zsh -type f -exec install -Dm644 {} \
+    "$pkgdir/usr/share/zsh/site-functions/_bat" \;
+
+  # Package the fish completion
+  find . -name bat.fish -type f -exec install -Dm644 {} \
+    "$pkgdir/usr/share/fish/vendor_completions.d/bat.fish" \;
+}




More information about the arch-commits mailing list