diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-04 21:57:48 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-04 22:21:48 +0300 |
commit | e9cd9435848215332508f71bc3bd21c1ede0bea4 (patch) | |
tree | 8a8eb27b90787b8971e5ba63bb8928ee5d70147e /testing/py3-uptime | |
parent | 175b77450713f87c6e12d68ab2d2aff5a49236b1 (diff) | |
download | aports-e9cd9435848215332508f71bc3bd21c1ede0bea4.tar.bz2 aports-e9cd9435848215332508f71bc3bd21c1ede0bea4.tar.xz |
testing/py3-uptime: fix provides
Diffstat (limited to 'testing/py3-uptime')
-rw-r--r-- | testing/py3-uptime/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-uptime/APKBUILD b/testing/py3-uptime/APKBUILD index 4f0fcf674c..2c5152f78c 100644 --- a/testing/py3-uptime/APKBUILD +++ b/testing/py3-uptime/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-uptime _pkgname=uptime pkgver=3.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Python uptime library" url="https://github.com/Cairnarvon/uptime" arch="all" license="BSD-2-Clause" -provides="py-uptime" # for backwards compatibility -replaces="py-uptime=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-uptime" # for backwards compatibility +provides="py-uptime=$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" |