summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorultraviolet2015-07-07 02:59:24 -0600
committerultraviolet2015-07-07 02:59:24 -0600
commit0ac15d2186c0708b6bac767ca5c763a43f62de18 (patch)
tree6708094dda925ff7eabcec3ce06f79a38652cfd6 /PKGBUILD
parent066f67737d49c0adbc819bed44ea5074ba865596 (diff)
downloadaur-0ac15d2186c0708b6bac767ca5c763a43f62de18.tar.gz
removed unnecessary architecture specification
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41407da6eeca..ef9f7d73c507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('unknown')
depends=('keepass')
provides=('keepasshttp')
conflicts=('keepasshttp')
-arch=(i686 x86_64)
+arch=('any')
url="http://github.com/pfn/keepasshttp"
_commit="63fa55850fc4908527c453ff97765f5e945e389c"
source=(https://github.com/pfn/keepasshttp/raw/${_commit}/KeePassHttp.plgx)