summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-12-19 11:30:30 +0800
committerwangjiezhe2017-12-19 11:30:30 +0800
commitf728a0861fd4f31ffe95ada21fee1da863b1f9f3 (patch)
tree1f3f937842f100635452211353d68e965ce8b756 /PKGBUILD
parent781c670f9b4cc75dc68631c0668e76e6d348a7b9 (diff)
downloadaur-f728a0861fd4f31ffe95ada21fee1da863b1f9f3.tar.gz
Remove i686 from arch=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)