aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-dexml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-dexml')
-rw-r--r--testing/py3-dexml/APKBUILD6
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"