summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilman Blumenbach2015-09-17 23:46:04 +0200
committerTilman Blumenbach2015-09-17 23:59:37 +0200
commit68daca9931edf07c167d88f8729b9248724b1cc7 (patch)
tree978d942dbda327be67bdf3fbacaa9cd21b8a83f7
parentc482b6572714511454e0858882f068e93d8a6792 (diff)
downloadaur-68daca9931edf07c167d88f8729b9248724b1cc7.tar.gz
Newer KeeFox versions do not have a "KeePassRPC installation directory" setting anymore.
Thanks to Marcel_K for the hint. :-)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--keepass-plugin-rpc.install19
3 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 384221c6e1c1..7700c9ce2281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keepass-plugin-rpc
pkgdesc = RPC plugin for Keepass (used by the KeeFox addon for Firefox)
pkgver = 1.5.3
- pkgrel = 1
+ pkgrel = 2
url = http://keefox.org/
install = keepass-plugin-rpc.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ab9e39cea061..de280473c8f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tilman Blumenbach <tilman AT ax86 DOT net>
pkgname=keepass-plugin-rpc
-pkgrel=1
+pkgrel=2
pkgdesc="RPC plugin for Keepass (used by the KeeFox addon for Firefox)"
arch=(any)
url="http://keefox.org/"
diff --git a/keepass-plugin-rpc.install b/keepass-plugin-rpc.install
index 979c2e743fff..c34f833c1499 100644
--- a/keepass-plugin-rpc.install
+++ b/keepass-plugin-rpc.install
@@ -1,11 +1,10 @@
## arg 1: the new package version
post_install() {
- echo "> The plugin has been installed to the following location:"
- echo "> /usr/share/keepass/plugins/"
- echo ">"
- echo "> If you are using KeePass for Firefox, please set this as"
- echo "> the KeePassRPC installation directory in the KeeFox addon"
- echo "> options on the \"KeePass\" tab."
+ echo "> If you are using KeeFox, please change the \"KeePass installation"
+ echo "> directory\" setting on the \"KeePass\" tab in the KeeFox addon"
+ echo "> options to the following value:"
+ echo "> /usr/share/keepass"
+
}
## arg 1: new package full version string
@@ -16,10 +15,10 @@ post_upgrade() {
echo "> -----------------"
echo ">"
echo "> The plugin has been moved to the following location:"
- echo "> /usr/share/keepass/plugins/"
+ echo "> /usr/share/keepass/plugins"
echo ">"
- echo "> If you are using KeePass for Firefox, please set this as"
- echo "> the KeePassRPC installation directory in the KeeFox addon"
- echo "> options on the \"KeePass\" tab."
+ echo "> If you are using KeeFox, then please set this as the \"KeePassRPC"
+ echo "> installation directory\" in the KeeFox addon options on the"
+ echo "> \"KeePass\" tab."
fi
}