diff options
Diffstat (limited to 'testing')
-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" |