summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 092175ca29cd..ad461cf67245 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = virtualbox-modules-lts
pkgrel = 8
url = http://virtualbox.org
arch = x86_64
+ arch = i686
license = GPL
makedepends = linux-lts>=4.14
makedepends = linux-lts<4.15
diff --git a/PKGBUILD b/PKGBUILD
index 3f31cda23f46..487970f4d2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=5.2.18
pkgrel=8
_linux_major=4
_linux_minor=14
-arch=('x86_64')
+arch=('x86_64' 'i686')
url='http://virtualbox.org'
license=('GPL')
_linux_cur=${_linux_major}.${_linux_minor}