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

Levente Polyak anthraxx at archlinux.org
Fri May 27 17:27:35 UTC 2016


    Date: Friday, May 27, 2016 @ 19:27:35
  Author: anthraxx
Revision: 177312

upgpkg: fish 2.3.0-1

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--------------+
 PKGBUILD     |    8 ++++----
 fish.install |    6 ------
 2 files changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-27 17:20:07 UTC (rev 177311)
+++ PKGBUILD	2016-05-27 17:27:35 UTC (rev 177312)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader <jan.fader at web.de>
 
 pkgname=fish
-pkgver=2.2.0
-pkgrel=5
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+sha512sums=('32a67a825dfeac75d77099461eea6da3b49018b83873880bd44732cb92c082ccdb92f745d965c52a680dd015a856226ccc43601792b2def643a36ed5affa853f')
 
 prepare() {
   cd fish-shell-${pkgver}
@@ -37,4 +37,4 @@
   make DESTDIR="${pkgdir}" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: fish.install
===================================================================
--- fish.install	2016-05-27 17:20:07 UTC (rev 177311)
+++ fish.install	2016-05-27 17:27:35 UTC (rev 177312)
@@ -4,12 +4,6 @@
 
 post_upgrade() {
   post_install
-
-  if [[ "$(vercmp $2 2.1.1)" -lt 0 ]]; then
-    echo ":: With fish 2.1.1 release, the fishd socket has changed location due"
-    echo "   to security concerns. To make fish pick up the changes, kill all"
-    echo "   fishd processes."
-  fi
 }
 
 pre_remove() {



More information about the arch-commits mailing list