summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70b3d09e57c1..36bb6dae1181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Nov 27 16:47:03 UTC 2016
pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use.
- pkgver = 2.4.0.r167.g9ad1b86
+ pkgver = 3.0.0.r164.g455959ae
pkgrel = 1
epoch = 2
url = http://fishshell.com
@@ -10,17 +8,13 @@ pkgbase = fish-git
arch = i686
arch = x86_64
arch = arm
- license = GPL
- license = LGPL
- license = BSD
- license = MIT
+ license = GPL2
makedepends = doxygen
makedepends = git
makedepends = ncurses
- depends = bc
- depends = pcre2
+ depends = ncurses
optdepends = python: fish_update_completions and other tools
- optdepends = pkgfile: for command-not-found handler
+ optdepends = xsel: clipboard integration
provides = fish
provides = fish-shell
conflicts = fish
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')