summaryrefslogtreecommitdiff
path: root/community/fish/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fish/PKGBUILD')
-rw-r--r--community/fish/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD
index bca39bdd2..94b9c58b4 100644
--- a/community/fish/PKGBUILD
+++ b/community/fish/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84315 2013-02-16 11:41:49Z 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>
@@ -6,20 +6,21 @@
# Contributor: Jan Fader <jan.fader@web.de>
pkgname=fish
-pkgver=2.0b2
-pkgrel=4
+pkgver=2.0.0
+pkgrel=2
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('i686' 'x86_64' 'mips64el')
-url='http://ridiculousfish.com/shell/'
+url='http://fishshell.com/'
license=('GPL2')
-depends=('python2')
+depends=('python2' 'inetutils')
makedepends=('doxygen' 'python')
install=fish.install
-source=($pkgname-$pkgver.tar.gz::http://ridiculousfish.com/shell/files/fishfish.tar.gz)
-md5sums=('ebe5fe17f6925b9142aadc8ebae5fba1')
+source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
+md5sums=('fe5907e6af61607d4128ce891a1f6501')
build() {
- cd "$srcdir"/fishfish
+ set -x
+ cd fish
autoconf
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -28,7 +29,7 @@ build() {
}
package() {
- cd "$srcdir"/fishfish
+ cd fish
make DESTDIR="$pkgdir" install
# use python2