[arch-commits] Commit in fish/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Oct 28 19:00:41 UTC 2013


    Date: Monday, October 28, 2013 @ 20:00:41
  Author: bpiotrowski
Revision: 99430

upgpkg: fish 2.1.0-1

- new upstream release

Modified:
  fish/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 18:50:40 UTC (rev 99429)
+++ PKGBUILD	2013-10-28 19:00:41 UTC (rev 99430)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader <jan.fader at 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 @@
 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




More information about the arch-commits mailing list