diff options
Diffstat (limited to 'testing/py-dexml/APKBUILD')
-rw-r--r-- | testing/py-dexml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-dexml/APKBUILD b/testing/py-dexml/APKBUILD index 3fa92a8660..a08007666f 100644 --- a/testing/py-dexml/APKBUILD +++ b/testing/py-dexml/APKBUILD @@ -3,9 +3,9 @@ pkgname=py-dexml _pkgname=dexml pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="A simple Object-XML mapper for Python" -url="http://packages.python.org/dexml" +url="https://packages.python.org/dexml" arch="noarch" license="MIT" depends="python2" |