diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-04 01:03:19 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-04 01:22:51 +0300 |
commit | cb5c255936512f6684a28b721c661d43a2e49507 (patch) | |
tree | a291d80130e8452f28a31f0edf888716acd72d2d /testing/py3-dexml | |
parent | 228ad274b6dd232df47e251fe4ebdbe787d5a933 (diff) | |
download | aports-cb5c255936512f6684a28b721c661d43a2e49507.tar.bz2 aports-cb5c255936512f6684a28b721c661d43a2e49507.tar.xz |
testing/py3-dexml: fix provides
Diffstat (limited to 'testing/py3-dexml')
-rw-r--r-- | testing/py3-dexml/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-dexml/APKBUILD b/testing/py3-dexml/APKBUILD index e5b6226179..ec54c15e3b 100644 --- a/testing/py3-dexml/APKBUILD +++ b/testing/py3-dexml/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-dexml _pkgname=dexml pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="A simple Object-XML mapper for Python" url="https://pypi.org/project/dexml" arch="noarch" license="MIT" -provides="py-dexml" # for backwards compatibility -replaces="py-dexml=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-dexml" # for backwards compatibility +provides="py-dexml=$pkgver-r$pkgrel" # for backwards compatibility depends="python3" makedepends="python3-dev py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |