summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-07-03 13:07:21 -0700
committerAndy Weidenbaum2015-07-03 13:07:21 -0700
commit5bed58a691335ae5361935a75f3bdf78fb778313 (patch)
treede343968fcd371857fed013919eb0ea0486677a9
parentc7e2d28c8f347e3841697fa169e02491f7aee7b2 (diff)
downloadaur-5bed58a691335ae5361935a75f3bdf78fb778313.tar.gz
update pkgver to 20150703, rm post_upgrade warning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--fzf-extras.install25
3 files changed, 2 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ecfa7dbed11..0593a8c4fe33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fzf-extras-git
pkgdesc = Extra keybindings for fzf
- pkgver = 20150511
+ pkgver = 20150703
pkgrel = 1
url = https://github.com/atweiden/fzf-extras
install = fzf-extras.install
diff --git a/PKGBUILD b/PKGBUILD
index 31fb10c02290..437fed48c1eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=fzf-extras-git
-pkgver=20150511
+pkgver=20150703
pkgrel=1
pkgdesc="Extra keybindings for fzf"
arch=('any')
diff --git a/fzf-extras.install b/fzf-extras.install
index 5d132198eb4b..d373f4d196ef 100644
--- a/fzf-extras.install
+++ b/fzf-extras.install
@@ -2,10 +2,6 @@ post_install() {
printf "%b\n" "$fzfin"
}
-post_upgrade() {
- printf "%b\n" "$fzfup"
-}
-
read -d '' fzfin <<'EOF'
fzf-extras
==========
@@ -15,24 +11,3 @@ Add the following to your shell config:
. /etc/profile.d/fzf-extras.bash # when bash
. /etc/profile.d/fzf-extras.zsh # when zsh
EOF
-
-read -d '' fzfup <<'EOF'
-fzf-extras
-==========
-
-Bash Users: Potentially Breaking Update (2015-05-09)
-----------------------------------------------------
-
-To ensure zsh compatibility, Bash keybindings are now
-installed to:
-
- /etc/profile.d/fzf-extras.bash
-
-Formerly, Bash keybindings were installed as:
-
- /etc/profile.d/fzf-extras.sh
-
-Bash users' config may be broken by this update if bashrc sources
-/etc/profile.d/fzf-extra.sh, as that file is now absent. Consult with
-your local config.
-EOF