summaryrefslogtreecommitdiff
path: root/community/fish/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
committerroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
commit38b1ce25596ae456fefb3214a73c3d1005da568f (patch)
tree5cb69842c94bdd2b34b01be22f97b5949237550f /community/fish/PKGBUILD
parent1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (diff)
Tue Oct 29 01:04:23 PDT 2013
Diffstat (limited to 'community/fish/PKGBUILD')
-rw-r--r--community/fish/PKGBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD
index dbd808f40..570885d15 100644
--- a/community/fish/PKGBUILD
+++ b/community/fish/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92181 2013-06-02 13:25:12Z bpiotrowski $
+# $Id: PKGBUILD 99431 2013-10-28 19:00:44Z bpiotrowski $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
@@ -6,8 +6,8 @@
# Contributor: Jan Fader <jan.fader@web.de>
pkgname=fish
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('i686' 'x86_64')
url='http://fishshell.com/'
@@ -15,21 +15,19 @@ license=('GPL2')
depends=('python2' 'inetutils')
makedepends=('doxygen' 'python')
install=fish.install
-source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
-md5sums=('fe5907e6af61607d4128ce891a1f6501')
+source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
+md5sums=('3a29aebde522b8f52d9975d7423db99e')
build() {
- set -x
- cd fish
- autoconf
+ cd fish-$pkgver
./configure --prefix=/usr \
- --sysconfdir=/etc \
- --without-xsel
+ --sysconfdir=/etc \
+ --without-xsel
make
}
package() {
- cd fish
+ cd fish-$pkgver
make DESTDIR="$pkgdir" install
# use python2