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

George Rawlinson grawlinson at gemini.archlinux.org
Sun Feb 13 18:14:12 UTC 2022


    Date: Sunday, February 13, 2022 @ 18:14:11
  Author: grawlinson
Revision: 1133076

upgpkg: bat-extras 2021.08.21.r1-2; FS#73728

Allow alternative man implementations instead of just GNU man.

Modified:
  bat-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-13 18:08:08 UTC (rev 1133075)
+++ PKGBUILD	2022-02-13 18:14:11 UTC (rev 1133076)
@@ -2,12 +2,18 @@
 
 pkgname=bat-extras
 pkgver=2021.08.21.r1.g8ad00bd
-pkgrel=1
+pkgrel=2
 pkgdesc="Bash scripts that integrate bat with various command line tools"
 arch=('any')
 url="https://github.com/eth-p/bat-extras"
 license=('MIT')
-depends=('bat' 'bash' 'git' 'ripgrep' 'man-db')
+depends=(
+  'bat'
+  'bash'
+  'git'
+  'ripgrep'
+  'man'
+)
 optdepends=(
   'ncurses: optional for batdiff script'
   'git-delta: optional for batdiff script'



More information about the arch-commits mailing list