summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTilman Blumenbach2014-12-21 19:07:33 +0100
committerTilman Blumenbach2014-12-21 19:07:33 +0100
commit7a8d32effab4bfff938563c81117ccb2f0b8854a (patch)
tree09ba0c1806bf3e12eb243b8ea74582f1f8fb8f2c /PKGBUILD
parent385c41cc7d75d50f4047857f33fd330196a9d8ab (diff)
downloadaur-7a8d32effab4bfff938563c81117ccb2f0b8854a.tar.gz
keepass-plugin-rpc: Install plugin file to standard location.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c2e95e464f2..15b5926dbb40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=keepass-plugin-rpc
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="RPC plugin for Keepass (used by the KeeFox addon for Firefox)"
arch=(i686 x86_64)
url="http://keefox.org/"
@@ -22,7 +22,7 @@ prepare() {
package() {
cd "$srcdir/keefox/deps"
- install -m 644 -D KeePassRPC.plgx "${pkgdir}/usr/share/keepass/plugins/rpc/KeePassRPC.plgx"
+ install -m 644 -D KeePassRPC.plgx "${pkgdir}/usr/share/keepass/plugins/KeePassRPC.plgx"
}
md5sums=('874d111743c2e430ddfc9ef211a726b8')