summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2019-03-28 02:05:56 -0600
committerBrian Bidulock2019-03-28 02:05:56 -0600
commitfadf1a41a936d91597e79b1c59d3d3f546eb4820 (patch)
treef39558dad40dec1a7916fc6d047f7ace5a6c33b8
parent0680e9f3274ac24f07a563ba880a26fe3b24f601 (diff)
downloadaur-fadf1a41a936d91597e79b1c59d3d3f546eb4820.tar.gz
add i686
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d4d05c9d38..703938939fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = gamin
pkgrel = 9
url = http://www.gnome.org/~veillard/gamin
arch = x86_64
+ arch = i686
license = GPL
makedepends = python2
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index e667011b5aab..bf444accd5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=9
pkgdesc='File and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor)'
url='http://www.gnome.org/~veillard/gamin'
license=('GPL')
-arch=('x86_64')
+arch=('x86_64' 'i686')
depends=('glib2')
makedepends=('python2')
optdepends=('python2: for the python module')