Removed deprecated dependency.
This commit is contained in:
3
.SRCINFO
3
.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 = 3.0.2.r1024.g0784b7657
|
pkgver = 3.1.0.r242.gcebfaa778
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = http://fishshell.com
|
url = http://fishshell.com
|
||||||
@@ -15,7 +15,6 @@ pkgbase = fish-git
|
|||||||
depends = ncurses
|
depends = ncurses
|
||||||
optdepends = python: fish_update_completions and other tools
|
optdepends = python: fish_update_completions and other tools
|
||||||
optdepends = xsel: clipboard integration
|
optdepends = xsel: clipboard integration
|
||||||
optdepends = jq: bower and yarn completions
|
|
||||||
provides = fish
|
provides = fish
|
||||||
provides = fish-shell
|
provides = fish-shell
|
||||||
conflicts = fish
|
conflicts = fish
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
pkgname=fish-git
|
pkgname=fish-git
|
||||||
_gitname="fish-shell"
|
_gitname="fish-shell"
|
||||||
pkgver=3.0.2.r1024.g0784b7657
|
pkgver=3.1.0.r242.gcebfaa778
|
||||||
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."
|
||||||
@@ -15,8 +15,7 @@ url="http://fishshell.com"
|
|||||||
license=("GPL2")
|
license=("GPL2")
|
||||||
depends=('ncurses')
|
depends=('ncurses')
|
||||||
optdepends=('python: fish_update_completions and other tools'
|
optdepends=('python: fish_update_completions and other tools'
|
||||||
'xsel: clipboard integration'
|
'xsel: clipboard integration')
|
||||||
'jq: bower and yarn completions')
|
|
||||||
makedepends=('cmake' 'python-sphinx' 'git')
|
makedepends=('cmake' 'python-sphinx' 'git')
|
||||||
provides=('fish' 'fish-shell')
|
provides=('fish' 'fish-shell')
|
||||||
conflicts=('fish' 'fish-shell')
|
conflicts=('fish' 'fish-shell')
|
||||||
|
|||||||
Reference in New Issue
Block a user