diff options
Diffstat (limited to 'testing/py-dbus/APKBUILD')
-rw-r--r-- | testing/py-dbus/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-dbus/APKBUILD b/testing/py-dbus/APKBUILD index 0bac57e9cb..2d5d9ed5a8 100644 --- a/testing/py-dbus/APKBUILD +++ b/testing/py-dbus/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.83.1 pkgrel=1 pkgdesc="Python bindings for DBUS" url="http://www.freedesktop.org/wiki/Software/DBusBindings" -arch="x86 x86_64" +arch="all" license="GPL LGPL" depends="python>=2.6.5" makedepends="pkgconfig dbus-glib-dev python-dev" |