summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-12-19 11:30:30 +0800
committerwangjiezhe2017-12-19 11:30:30 +0800
commitf728a0861fd4f31ffe95ada21fee1da863b1f9f3 (patch)
tree1f3f937842f100635452211353d68e965ce8b756
parent781c670f9b4cc75dc68631c0668e76e6d348a7b9 (diff)
downloadaur-f728a0861fd4f31ffe95ada21fee1da863b1f9f3.tar.gz
Remove i686 from arch=()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d124c8e4d2..43b26f613536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 04:18:55 UTC 2017
+# Tue Dec 19 03:29:57 UTC 2017
pkgbase = pygobject-git
pkgdesc = Python Bindings for GLib/GObject/GIO/GTK+
pkgver = 3.24.0+22+g30228a98
pkgrel = 1
url = https://wiki.gnome.org/Projects/PyGObject
- arch = i686
arch = x86_64
license = LGPL
makedepends = python-cairo-git
diff --git a/PKGBUILD b/PKGBUILD
index 4740575a521d..b41e6d610ec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.24.0+22+g30228a98
pkgrel=1
pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
url="https://wiki.gnome.org/Projects/PyGObject"
-arch=(i686 x86_64)
+arch=(x86_64)
license=(LGPL)
depends=(gobject-introspection-runtime)
makedepends=(python-cairo-git python2-cairo gobject-introspection git gnome-common)