Merge PKGBUILD from official repository
f3df74e9b54f79e20e0d15756aca391ab52599c1 Depend on groff instead of nroff nroff is the executable not the package name.
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = fish-git
|
pkgbase = fish-git
|
||||||
pkgdesc = User friendly shell intended mostly for interactive use.
|
pkgdesc = User friendly shell intended mostly for interactive use.
|
||||||
pkgver = 4.0.1.r535.ge8bd45d76
|
pkgver = 4.0.2.r949.gc7391d102
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = https://github.com/fish-shell/fish-shell
|
url = https://github.com/fish-shell/fish-shell
|
||||||
@@ -22,7 +22,7 @@ pkgbase = fish-git
|
|||||||
depends = pcre2
|
depends = pcre2
|
||||||
optdepends = python: man page completion parser / web config tool
|
optdepends = python: man page completion parser / web config tool
|
||||||
optdepends = pkgfile: command-not-found hook
|
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 = mandoc: --help for built-in commmands (alternative)
|
||||||
optdepends = xsel: X11 clipboard integration
|
optdepends = xsel: X11 clipboard integration
|
||||||
optdepends = xclip: X11 clipboard integration (alternative)
|
optdepends = xclip: X11 clipboard integration (alternative)
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
pkgname=fish-git
|
pkgname=fish-git
|
||||||
_gitname="fish-shell"
|
_gitname="fish-shell"
|
||||||
pkgver=4.0.1.r535.ge8bd45d76
|
pkgver=4.0.2.r949.gc7391d102
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgdesc="User friendly shell intended mostly for interactive use."
|
pkgdesc="User friendly shell intended mostly for interactive use."
|
||||||
@@ -26,7 +26,7 @@ depends=(
|
|||||||
optdepends=(
|
optdepends=(
|
||||||
'python: man page completion parser / web config tool'
|
'python: man page completion parser / web config tool'
|
||||||
'pkgfile: command-not-found hook'
|
'pkgfile: command-not-found hook'
|
||||||
'nroff: --help for built-in commmands'
|
'groff: --help for built-in commmands'
|
||||||
'mandoc: --help for built-in commmands (alternative)'
|
'mandoc: --help for built-in commmands (alternative)'
|
||||||
'xsel: X11 clipboard integration'
|
'xsel: X11 clipboard integration'
|
||||||
'xclip: X11 clipboard integration (alternative)'
|
'xclip: X11 clipboard integration (alternative)'
|
||||||
|
|||||||
Reference in New Issue
Block a user