diff options
Diffstat (limited to 'main/py-gtk/APKBUILD')
-rw-r--r-- | main/py-gtk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-gtk/APKBUILD b/main/py-gtk/APKBUILD index e08d1daac4..476f00d294 100644 --- a/main/py-gtk/APKBUILD +++ b/main/py-gtk/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.22.0 pkgrel=1 pkgdesc="Python bindings for the GTK widget set" url="http://www.pygtk.org/" -arch="x86 x86_64" +arch="all" license="LGPL" depends="py-cairo py-gobject" makedepends="libglade-dev py-cairo-dev py-gobject-dev python-dev" |