summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorartemtech2017-08-10 23:54:23 +0700
committerartemtech2017-08-10 23:54:23 +0700
commite685c490964080ff4c9711c9d251287fc120cf54 (patch)
tree89a86140cf4a33c73b7df97a3a919a2d95daa745
parent83e4d1ef7068ec3e5840536b913c80d49fd79608 (diff)
downloadaur-e685c490964080ff4c9711c9d251287fc120cf54.tar.gz
add i386 architecture support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13562b78b4ae..6770fdf5eaa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = manokwari
pkgdesc = HTML5 desktop shell for GNOME 3 from BlankOn Projects
pkgver = 1.0.13
- pkgrel = 1
+ pkgrel = 2
url = https://manokwari.blankonlinux.or.id
arch = x86_64
+ arch = i386
license = GPL3
makedepends = make
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index cdb2e793e1ec..a289f9ca8a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: artemtech <sofyanartem@gmail.com>
pkgname=manokwari
pkgver=1.0.13
-pkgrel=1
+pkgrel=2
pkgdesc="HTML5 desktop shell for GNOME 3 from BlankOn Projects"
-arch=('x86_64')
+arch=('x86_64' 'i386')
url="https://manokwari.blankonlinux.or.id"
license=('GPL3')
depends=('gnome-common' 'mutter' 'libunique3' 'gnome-session' 'glib2' 'gtk3' 'libwnck3' 'libgee' 'webkitgtk' 'gnome-menus' 'libnotify')