aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-helper
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-05-31 19:59:43 +0300
committerprspkt <prspkt@protonmail.com>2019-05-31 19:59:43 +0300
commit712e7848f652a106872d78c63e4a0d4479bdc7b0 (patch)
tree888267dccabb80515ab47758e71b73f059e4d6a1 /testing/py3-helper
parentc52806e68cde8dd64dab514f07ad60f55e0a2fc4 (diff)
downloadaports-712e7848f652a106872d78c63e4a0d4479bdc7b0.tar.bz2
aports-712e7848f652a106872d78c63e4a0d4479bdc7b0.tar.xz
testing/py3-helper: fix provides
Diffstat (limited to 'testing/py3-helper')
-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 311a27f4f0..2dca8d6593 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"