summaryrefslogtreecommitdiff
path: root/community/fish
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-18 02:14:12 -0700
committerroot <root@rshg054.dnsready.net>2013-05-18 02:14:12 -0700
commit4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (patch)
tree84f66b46f238f46928efc905cad1b88a2d96c668 /community/fish
parentb5f4c940227b9a7051c381688636d59f67864f93 (diff)
Sat May 18 02:12:59 PDT 2013
Diffstat (limited to 'community/fish')
-rw-r--r--community/fish/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD
index a237a17e3..a78c8593c 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 91004 2013-05-17 09:36:29Z 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=1
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('i686' 'x86_64')
-url='http://ridiculousfish.com/shell/'
+url='http://fishshell.com/'
license=('GPL2')
depends=('python2')
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