summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyzen2015-03-13 01:40:47 -0400
committerpolyzen2015-03-13 01:48:02 -0400
commit0af8a1f982bb54e69fee75ad1417e7b7feb83f8d (patch)
treedd901829cf59c6c4bb2f1ad3b4891f69874bfb8f
parent189176bb977c53eeb20e1fda595b8afc9a1433d9 (diff)
downloadaur-0af8a1f982bb54e69fee75ad1417e7b7feb83f8d.tar.gz
vimb: apparently this can also be built on arm
From https://aur.archlinux.org/packages/vimb-git/: Comment by myf 2015-03-08 16:11 tested on armv7h, please add this platform to your build script as well :)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7b2144185a..0f88a7ed6103 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = vimb
pkgver = 2.9
pkgrel = 2
url = http://fanglingsu.github.io/vimb
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = hardening-wrapper
depends = libsoup
diff --git a/PKGBUILD b/PKGBUILD
index d1d55b45c5ef..3e1482b561dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=vimb
pkgver=2.9
pkgrel=2
pkgdesc='The vim-like browser'
-arch=('i686' 'x86_64')
+arch=('any')
url=http://fanglingsu.github.io/vimb
license=('GPL3')
depends=('libsoup' 'webkitgtk')