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)'