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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jun 2 13:24:54 UTC 2013


    Date: Sunday, June 2, 2013 @ 15:24:53
  Author: bpiotrowski
Revision: 92180

upgpkg: fish 2.0.0-2

- add inetutils to dependencies (FS#35458)

Modified:
  fish/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 13:05:13 UTC (rev 92179)
+++ PKGBUILD	2013-06-02 13:24:53 UTC (rev 92180)
@@ -7,12 +7,12 @@
 
 pkgname=fish
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
 license=('GPL2')
-depends=('python2')
+depends=('python2' 'inetutils')
 makedepends=('doxygen' 'python')
 install=fish.install
 source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)




More information about the arch-commits mailing list