diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-26 22:22:40 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-26 22:22:40 +0300 |
commit | e04bc57a383beb47e235fbe005e4a4b8dfd5b387 (patch) | |
tree | 0536d03450244a8b22b4f201f052b6fd20cb1650 /testing/py3-businesstime/APKBUILD | |
parent | e1ae0206dc7a5f3540d692a4492e3a8e545bbceb (diff) | |
download | aports-e04bc57a383beb47e235fbe005e4a4b8dfd5b387.tar.bz2 aports-e04bc57a383beb47e235fbe005e4a4b8dfd5b387.tar.xz |
testing/py3-businesstime: fix provides
Diffstat (limited to 'testing/py3-businesstime/APKBUILD')
-rw-r--r-- | testing/py3-businesstime/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-businesstime/APKBUILD b/testing/py3-businesstime/APKBUILD index cca474c57b..4ab0829a6f 100644 --- a/testing/py3-businesstime/APKBUILD +++ b/testing/py3-businesstime/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-businesstime _pkgname=businesstime pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python utility for calculating business time between two datetimes" url="https://github.com/seatgeek/businesstime" arch="noarch" license="BSD-2-Clause" -provides="py-businesstime" # for backwards compatibility -replaces="py-businesstime=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-businesstime" # for backwards compatibility +provides="py-businesstime=$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" |