summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2018-11-02 22:56:44 +0100
committerSefa Eyeoglu2018-11-02 22:56:44 +0100
commit2a680dc350f8b725a0dfa2ed1fddb43386bd1304 (patch)
tree17673371e0d0431c8717389797572f1113f62d0b
parent3614f6b18492969c6af557123f81c186a10e33ee (diff)
downloadaur-2a680dc350f8b725a0dfa2ed1fddb43386bd1304.tar.gz
upgpkg: fisher-git 3.1.1.r2.ga8d7fb7-1
upgpkg: fisher 3.1.1-2 Minor improvements Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--fisher-git.install5
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d57c542d72fb..f6928977ac16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fisher-git
pkgdesc = A blazing fast, modern plugin manager for fish
- pkgver = 3.1.1.r0.ge9925f4
+ pkgver = 3.1.1.r2.ga8d7fb7
pkgrel = 1
url = https://github.com/jorgebucaran/fisher
install = fisher-git.install
diff --git a/PKGBUILD b/PKGBUILD
index b08cb357251c..9823a3ff58f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel Maslowski <info@orangecms.org>
pkgname=fisher-git
-pkgver=3.1.1.r0.ge9925f4
+pkgver=3.1.1.r2.ga8d7fb7
pkgrel=1
pkgdesc="A blazing fast, modern plugin manager for fish"
arch=("any")
diff --git a/fisher-git.install b/fisher-git.install
index eaa05da1ef35..1f609d7fea7e 100644
--- a/fisher-git.install
+++ b/fisher-git.install
@@ -1,7 +1,6 @@
function post_install {
echo "
-If you upgraded fisherman from a pre-2.x release, you need to migrate your configuration.
-You will have to install all your plugins manually again.
+If you upgraded from fisherman see the migration guide -> https://github.com/jorgebucaran/fisher/issues/450
"
}
@@ -11,7 +10,7 @@ function post_upgrade {
function post_remove {
echo "
-Remember that your plugins and Fisherman config still reside in your home directory,
+Remember that your plugins and fisher config still reside in your home directory,
usually ~/.config/fish/.
"
}