summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2019-01-11 21:21:46 +0100
committerSanskritFritz2019-01-11 21:21:46 +0100
commit8da1e112d3b4e89684f0bbb47d75fff48cc85f33 (patch)
treee56c7aece9ed21f2de98e021eaaa574f8a75a830 /PKGBUILD
parent1fe58707861eb37036acfd1e5cbe67d0aee91738 (diff)
downloadaur-8da1e112d3b4e89684f0bbb47d75fff48cc85f33.tar.gz
With 3.0 dependencies have been changed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cacf6d3b4b2..d96ee40cee87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@
pkgname=fish-git
_gitname="fish-shell"
-pkgver=2.4.0.r167.g9ad1b86
+pkgver=3.0.0.r164.g455959ae
pkgrel=1
epoch=2
pkgdesc="User friendly shell intended mostly for interactive use."
arch=('i686' 'x86_64' 'arm')
url="http://fishshell.com"
-license=("GPL" "LGPL" "BSD" "MIT")
-depends=('bc' 'pcre2')
+license=("GPL2")
+depends=('ncurses')
optdepends=('python: fish_update_completions and other tools'
- 'pkgfile: for command-not-found handler')
+ 'xsel: clipboard integration')
makedepends=('doxygen' 'git' 'ncurses')
provides=('fish' 'fish-shell')
conflicts=('fish' 'fish-shell')