summaryrefslogtreecommitdiffstats
path: root/testing/py3-helper/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-helper/APKBUILD')
-rw-r--r--testing/py3-helper/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-helper/APKBUILD b/testing/py3-helper/APKBUILD
index 311a27f4f0f..2dca8d65935 100644
--- a/testing/py3-helper/APKBUILD
+++ b/testing/py3-helper/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py3-helper
_pkgname=helper
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library for quickly writing configurable applications and daemons"
url="https://helper.readthedocs.org/"
arch="noarch"
license="BSD-3-Clause"
-provides="py-helper" # for backwards compatibility
-replaces="py-helper=$pkgver-r$pkgrel" # for backwards compatibility
+replaces="py-helper" # for backwards compatibility
+provides="py-helper=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3 py3-yaml"
makedepends="python3-dev py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"