diff options
Diffstat (limited to 'testing/py-urwid/APKBUILD')
-rw-r--r-- | testing/py-urwid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-urwid/APKBUILD b/testing/py-urwid/APKBUILD index 4fe9074477..203264b9be 100644 --- a/testing/py-urwid/APKBUILD +++ b/testing/py-urwid/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.9.9.1 pkgrel=2 pkgdesc="Urwid is a console user interface library for Python" url="http://excess.org/urwid/" -arch="x86 x86_64" +arch="all" license="LGPL" depends="python" makedepends="python-dev py-setuptools py-templayer" |