summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--fisher.install16
3 files changed, 7 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9a0c1bbc2cc..7c3ea743addb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = fisher
pkgdesc = A package manager for the fish shell
- pkgver = 4.2.0
- pkgrel = 2
+ pkgver = 4.3.0
+ pkgrel = 1
url = https://github.com/jorgebucaran/fisher
- install = fisher.install
arch = any
license = MIT
depends = fish>=2.3.0
@@ -11,8 +10,8 @@ pkgbase = fisher
depends = git
provides = fisher
conflicts = fisher
- source = fisher-4.2.0.tar.gz::https://github.com/jorgebucaran/fisher/archive/4.2.0.tar.gz
- sha512sums = c664a577e1c245cd63eab9feb17414f4b07acebe3ca2cd21abe056553b86acf6cccf9872cba782f55ad68cd76db782494297f59e987cfd6b9c528db2c6bd5673
+ source = fisher-4.3.0.tar.gz::https://github.com/jorgebucaran/fisher/archive/4.3.0.tar.gz
+ sha512sums = 2eb059083933c2c0863edad09ed9dbb27ab657f2a3c545b32926569fd9a0dfd60be4b8030cfe2f074983050679bb8b3392efa8b6544127b963af3987e8313d14
pkgname = fisher
diff --git a/PKGBUILD b/PKGBUILD
index 49372ecb3935..f3d10df9dd5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=fisher
pkgname=${_pkgname}
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
pkgdesc="A package manager for the fish shell"
arch=(any)
url="https://github.com/jorgebucaran/fisher"
@@ -12,9 +12,8 @@ license=("MIT")
depends=("fish>=2.3.0" "curl" "git")
provides=("$_pkgname")
conflicts=("$_pkgname")
-install=${pkgname}.install
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/jorgebucaran/fisher/archive/${pkgver}.tar.gz")
-sha512sums=('c664a577e1c245cd63eab9feb17414f4b07acebe3ca2cd21abe056553b86acf6cccf9872cba782f55ad68cd76db782494297f59e987cfd6b9c528db2c6bd5673')
+sha512sums=('2eb059083933c2c0863edad09ed9dbb27ab657f2a3c545b32926569fd9a0dfd60be4b8030cfe2f074983050679bb8b3392efa8b6544127b963af3987e8313d14')
package() {
diff --git a/fisher.install b/fisher.install
deleted file mode 100644
index 1f609d7fea7e..000000000000
--- a/fisher.install
+++ /dev/null
@@ -1,16 +0,0 @@
-function post_install {
- echo "
-If you upgraded from fisherman see the migration guide -> https://github.com/jorgebucaran/fisher/issues/450
-"
-}
-
-function post_upgrade {
- post_install
-}
-
-function post_remove {
- echo "
-Remember that your plugins and fisher config still reside in your home directory,
-usually ~/.config/fish/.
-"
-}