Date: Friday, May 17, 2013 @ 11:36:08
  Author: bpiotrowski
Revision: 91003

upgpkg: fish 2.0.0-1

- upstream release

Modified:
  fish/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-17 09:20:43 UTC (rev 91002)
+++ PKGBUILD    2013-05-17 09:36:08 UTC (rev 91003)
@@ -6,20 +6,21 @@
 # Contributor: Jan Fader <jan.fa...@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 @@
 }
 
 package() {
-  cd "$srcdir"/fishfish
+  cd fish
   make DESTDIR="$pkgdir" install
 
   # use python2

Reply via email to