diff options
Diffstat (limited to 'community/fish/PKGBUILD')
-rw-r--r-- | community/fish/PKGBUILD | 6 |
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) |