summaryrefslogtreecommitdiff
path: root/community/fish
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-03 00:08:24 -0700
committerroot <root@rshg054.dnsready.net>2013-06-03 00:08:24 -0700
commit1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (patch)
tree1d7dc66a7f904a5e311c2924518469c9b72a3c82 /community/fish
parent8831500349d38b0b1afcb74ada3f6878c31fb6ef (diff)
Mon Jun 3 00:08:24 PDT 2013
Diffstat (limited to 'community/fish')
-rw-r--r--community/fish/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD
index a78c8593c..dbd808f40 100644
--- a/community/fish/PKGBUILD
+++ b/community/fish/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91004 2013-05-17 09:36:29Z bpiotrowski $
+# $Id: PKGBUILD 92181 2013-06-02 13:25:12Z bpiotrowski $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
@@ -7,12 +7,12 @@
pkgname=fish
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('i686' 'x86_64')
url='http://fishshell.com/'
license=('GPL2')
-depends=('python2')
+depends=('python2' 'inetutils')
makedepends=('doxygen' 'python')
install=fish.install
source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)