George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
bat-extras


Commits:
4af0a3de by George Rawlinson at 2024-04-02T15:28:08+13:00
upgpkg: 2024.02.12-1

* New upstream release.
* Switch to checksummed git tags.

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,32 @@
+pkgbase = bat-extras
+       pkgdesc = Bash scripts that integrate bat with various command line 
tools
+       pkgver = 2024.02.12
+       pkgrel = 1
+       url = https://github.com/eth-p/bat-extras
+       arch = any
+       license = MIT
+       checkdepends = fish
+       makedepends = shfmt
+       depends = bat
+       depends = bash
+       depends = git
+       depends = ripgrep
+       depends = man
+       optdepends = ncurses: optional for batdiff script
+       optdepends = git-delta: optional for batdiff script
+       optdepends = fzf: optional for batman script
+       optdepends = exa: optional for batpipe script
+       optdepends = entr: optional for batwatch script
+       optdepends = prettier: various code formatting for prettybat script
+       optdepends = shfmt: bash formatting for prettybat script
+       optdepends = rustfmt: Rust formatting for prettybat script
+       optdepends = clang: C / C++ / Objective-C formatting for prettybat 
script
+       optdepends = python-black: Python formatting for prettybat script
+       source = git+https://github.com/eth-p/bat-extras.git#tag=v2024.02.12
+       source = github.com-eth-p-best::git+https://github.com/eth-p/best.git
+       source = 
github.com-eth-p-best-tests::git+https://github.com/eth-p/best-tests.git
+       b2sums = 
ae3e5824e1c48cfee44dcfc5b51d391a7efff1088f33496a443e37c81ee479e556395724ac44b765be312922c9312f6f07030868912b9a79aa20bf1d6c0f1088
+       b2sums = SKIP
+       b2sums = SKIP
+
+pkgname = bat-extras


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=bat-extras
-pkgver=2023.09.19
+pkgver=2024.02.12
 pkgrel=1
 pkgdesc='Bash scripts that integrate bat with various command line tools'
 arch=('any')
@@ -28,26 +28,15 @@ optdepends=(
   'clang: C / C++ / Objective-C formatting for prettybat script'
   'python-black: Python formatting for prettybat script'
 )
-_commit='c4b2a12f73c7244a273863e0e98e7d12f2c1f153'
 source=(
-  "git+https://github.com/eth-p/bat-extras.git#commit=$_commit";
+  "git+https://github.com/eth-p/bat-extras.git#tag=v$pkgver";
   'github.com-eth-p-best::git+https://github.com/eth-p/best.git'
   'github.com-eth-p-best-tests::git+https://github.com/eth-p/best-tests.git'
 )
-b2sums=('SKIP'
+b2sums=('ae3e5824e1c48cfee44dcfc5b51d391a7efff1088f33496a443e37c81ee479e556395724ac44b765be312922c9312f6f07030868912b9a79aa20bf1d6c0f1088'
         'SKIP'
         'SKIP')
 
-pkgver() {
-  cd "$pkgname"
-
-  #git describe --tags | \
-  #  sed -e 's/^v//' \
-  #  -e 's/\([^-]*-g\)/r\1/' \
-  #  -e 's/-/./g'
-  git describe --tags | sed 's/^v//'
-}
-
 prepare(){
   cd "$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bat-extras/-/commit/4af0a3debee1d4cb7b2e1a18a554a0652db01e3a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bat-extras/-/commit/4af0a3debee1d4cb7b2e1a18a554a0652db01e3a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to