summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2019-05-03 18:11:53 +0200
committerSanskritFritz2019-05-03 18:11:53 +0200
commit24b77b7e2d28f73931c7fc193e1fddbb2d036b6d (patch)
treeadc8959810420138ae4716cdd68f661fc2514bcf
parent55137f8d3a6cb012bff0dd39752a2ab34b2cde12 (diff)
downloadaur-24b77b7e2d28f73931c7fc193e1fddbb2d036b6d.tar.gz
New dependency: jq
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eccd55859310..6c9c7ea8d096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use.
- pkgver = 3.0.2.r801.g318fe3c04
+ pkgver = 3.0.2.r1024.g0784b7657
pkgrel = 1
epoch = 2
url = http://fishshell.com
@@ -15,6 +15,7 @@ pkgbase = fish-git
depends = ncurses
optdepends = python: fish_update_completions and other tools
optdepends = xsel: clipboard integration
+ optdepends = jq: bower and yarn completions
provides = fish
provides = fish-shell
conflicts = fish
diff --git a/PKGBUILD b/PKGBUILD
index da71d66fdbcc..230cd6d730c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=fish-git
_gitname="fish-shell"
-pkgver=3.0.2.r801.g318fe3c04
+pkgver=3.0.2.r1024.g0784b7657
pkgrel=1
epoch=2
pkgdesc="User friendly shell intended mostly for interactive use."
@@ -15,7 +15,8 @@ url="http://fishshell.com"
license=("GPL2")
depends=('ncurses')
optdepends=('python: fish_update_completions and other tools'
- 'xsel: clipboard integration')
+ 'xsel: clipboard integration'
+ 'jq: bower and yarn completions')
makedepends=('cmake' 'python-sphinx' 'git')
provides=('fish' 'fish-shell')
conflicts=('fish' 'fish-shell')