Date: Wednesday, July 23, 2014 @ 23:20:44
  Author: bpiotrowski
Revision: 116198

upgpkg: fish 2.1.0-4

add which to depends as 'type' function depends on it (FS#41225)

Modified:
  fish/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-07-23 21:15:19 UTC (rev 116197)
+++ PKGBUILD    2014-07-23 21:20:44 UTC (rev 116198)
@@ -7,12 +7,12 @@
 
 pkgname=fish
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
 license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 install=fish.install
 source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz

Reply via email to