summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a56a2fdd72b..87ecd2b7210c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = keepass-plugin-rpc
pkgrel = 1
url = http://keefox.org/
install = keepass-plugin-rpc.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = unzip
depends = keepass
diff --git a/PKGBUILD b/PKGBUILD
index 379900e7434b..0c604f44c6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keepass-plugin-rpc
pkgrel=1
pkgdesc="RPC plugin for Keepass (used by the KeeFox addon for Firefox)"
-arch=(i686 x86_64)
+arch=(any)
url="http://keefox.org/"
license=('GPL')
depends=(keepass)