diff options
Diffstat (limited to 'main/py-xml/APKBUILD')
-rw-r--r-- | main/py-xml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-xml/APKBUILD b/main/py-xml/APKBUILD index a12c623b0b..3e08450cc4 100644 --- a/main/py-xml/APKBUILD +++ b/main/py-xml/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.8.4 pkgrel=0 pkgdesc="Python XML parsing library." url="http://pyxml.sourceforge.net/" -arch="x86 x86_64" +arch="all" license="custom" depends= makedepends="python-dev" |