With 3.0 dependencies have been changed.

This commit is contained in:
SanskritFritz
2019-01-11 21:21:46 +01:00
parent 1fe5870786
commit 8da1e112d3
2 changed files with 8 additions and 14 deletions

View File

@@ -1,8 +1,6 @@
# Generated by mksrcinfo v8
# Sun Nov 27 16:47:03 UTC 2016
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 = 2.4.0.r167.g9ad1b86 pkgver = 3.0.0.r164.g455959ae
pkgrel = 1 pkgrel = 1
epoch = 2 epoch = 2
url = http://fishshell.com url = http://fishshell.com
@@ -10,17 +8,13 @@ pkgbase = fish-git
arch = i686 arch = i686
arch = x86_64 arch = x86_64
arch = arm arch = arm
license = GPL license = GPL2
license = LGPL
license = BSD
license = MIT
makedepends = doxygen makedepends = doxygen
makedepends = git makedepends = git
makedepends = ncurses makedepends = ncurses
depends = bc depends = ncurses
depends = pcre2
optdepends = python: fish_update_completions and other tools optdepends = python: fish_update_completions and other tools
optdepends = pkgfile: for command-not-found handler optdepends = xsel: clipboard integration
provides = fish provides = fish
provides = fish-shell provides = fish-shell
conflicts = fish conflicts = fish

View File

@@ -6,16 +6,16 @@
pkgname=fish-git pkgname=fish-git
_gitname="fish-shell" _gitname="fish-shell"
pkgver=2.4.0.r167.g9ad1b86 pkgver=3.0.0.r164.g455959ae
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."
arch=('i686' 'x86_64' 'arm') arch=('i686' 'x86_64' 'arm')
url="http://fishshell.com" url="http://fishshell.com"
license=("GPL" "LGPL" "BSD" "MIT") license=("GPL2")
depends=('bc' 'pcre2') depends=('ncurses')
optdepends=('python: fish_update_completions and other tools' optdepends=('python: fish_update_completions and other tools'
'pkgfile: for command-not-found handler') 'xsel: clipboard integration')
makedepends=('doxygen' 'git' 'ncurses') makedepends=('doxygen' 'git' 'ncurses')
provides=('fish' 'fish-shell') provides=('fish' 'fish-shell')
conflicts=('fish' 'fish-shell') conflicts=('fish' 'fish-shell')