summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyzen2015-07-17 13:38:59 -0400
committerpolyzen2015-07-17 13:38:59 -0400
commit765556667a27899aa68cf911aa4e0aede82a08c6 (patch)
tree5e0b485ba476f303b2281999395172b65944b923
parent053aad34a6fe7832bb8c1389a3b011f473ffebb6 (diff)
downloadaur-765556667a27899aa68cf911aa4e0aede82a08c6.tar.gz
correct arch array
Thanks to @bbidulock: Comment by bidulock 2015-07-16 03:00 This package contains an ELF file and cannot have arch=(any). Please change to arch=(i686 x86_64).
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e15fa0860db9..7e005a5650fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=vimb
pkgver=2.10
pkgrel=1
pkgdesc='The vim-like browser'
-arch=('any')
+arch=('i686' 'x86_64')
url=http://fanglingsu.github.io/vimb
license=('GPL3')
depends=('webkitgtk')