summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Cardace2015-10-02 13:09:55 +0200
committerAntonio Cardace2015-10-02 13:09:55 +0200
commit459a2ef18d07a672c03245ed9b01a6c4ace16df0 (patch)
tree018a20839cb4232bafb6a74e3ca6d90859ae5516
parent69db46873eb59922666fceb9899e0a94e2b6602c (diff)
downloadaur-459a2ef18d07a672c03245ed9b01a6c4ace16df0.tar.gz
added i686 arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index add05efc79a3..54c91aa2020b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = umview
url = https://www.sourceforge.net/projects/view-os
install = umview.install
arch = x86_64
+ arch = i686
license = GPL2
makedepends = autoconf
makedepends = automake
diff --git a/PKGBUILD b/PKGBUILD
index e933c87b9476..66c983c111cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=umview
pkgver=0.8.2
pkgrel=2
pkgdesc="User-mode implementation of View-OS."
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="https://www.sourceforge.net/projects/view-os"
license=('GPL2')
depends=('glibc>=2.15'