summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorultraviolet2015-07-07 02:59:24 -0600
committerultraviolet2015-07-07 02:59:24 -0600
commit0ac15d2186c0708b6bac767ca5c763a43f62de18 (patch)
tree6708094dda925ff7eabcec3ce06f79a38652cfd6
parent066f67737d49c0adbc819bed44ea5074ba865596 (diff)
downloadaur-0ac15d2186c0708b6bac767ca5c763a43f62de18.tar.gz
removed unnecessary architecture specification
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46507a3d6fb3..210e4ca447ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = keepass-plugin-http
pkgver = 1.8.4.0
pkgrel = 1
url = http://github.com/pfn/keepasshttp
- arch = i686
- arch = x86_64
+ arch = any
license = unknown
depends = keepass
provides = keepasshttp
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)