From cb5c255936512f6684a28b721c661d43a2e49507 Mon Sep 17 00:00:00 2001 From: prspkt Date: Thu, 4 Apr 2019 01:03:19 +0300 Subject: testing/py3-dexml: fix provides --- testing/py3-dexml/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/py3-dexml') 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" -- cgit v1.2.3