From 30c05b2b875dfb1bccd90e70cddc477d8d26d884 Mon Sep 17 00:00:00 2001 From: Akatsuki Rui <3736910+akiirui@users.noreply.github.com> Date: Wed, 28 May 2025 17:50:28 +0800 Subject: [PATCH] Merge PKGBUILD from official repository f3df74e9b54f79e20e0d15756aca391ab52599c1 Depend on groff instead of nroff nroff is the executable not the package name. --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9148513..594f795 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = fish-git pkgdesc = User friendly shell intended mostly for interactive use. - pkgver = 4.0.1.r535.ge8bd45d76 + pkgver = 4.0.2.r949.gc7391d102 pkgrel = 1 epoch = 2 url = https://github.com/fish-shell/fish-shell @@ -22,7 +22,7 @@ pkgbase = fish-git depends = pcre2 optdepends = python: man page completion parser / web config tool optdepends = pkgfile: command-not-found hook - optdepends = nroff: --help for built-in commmands + optdepends = groff: --help for built-in commmands optdepends = mandoc: --help for built-in commmands (alternative) optdepends = xsel: X11 clipboard integration optdepends = xclip: X11 clipboard integration (alternative) diff --git a/PKGBUILD b/PKGBUILD index 555a151..1814e74 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname=fish-git _gitname="fish-shell" -pkgver=4.0.1.r535.ge8bd45d76 +pkgver=4.0.2.r949.gc7391d102 pkgrel=1 epoch=2 pkgdesc="User friendly shell intended mostly for interactive use." @@ -26,7 +26,7 @@ depends=( optdepends=( 'python: man page completion parser / web config tool' 'pkgfile: command-not-found hook' - 'nroff: --help for built-in commmands' + 'groff: --help for built-in commmands' 'mandoc: --help for built-in commmands (alternative)' 'xsel: X11 clipboard integration' 'xclip: X11 clipboard integration (alternative)'