diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-26 18:32:36 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-26 18:33:10 +0300 |
commit | 46cecdc87a1b6b13f91a20cbca8710f24e341c45 (patch) | |
tree | ca234b9eb7d1ef1b41bec8b177a5edd3cb24ec88 | |
parent | 0f0f2b0d9c56426b32c8d65937ce5b24ee9e0fc1 (diff) | |
download | aports-46cecdc87a1b6b13f91a20cbca8710f24e341c45.tar.bz2 aports-46cecdc87a1b6b13f91a20cbca8710f24e341c45.tar.xz |
testing/py3-ntplib: fix provides
-rw-r--r-- | testing/py3-ntplib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-ntplib/APKBUILD b/testing/py3-ntplib/APKBUILD index 8b3b995c69..151a6ef8b8 100644 --- a/testing/py3-ntplib/APKBUILD +++ b/testing/py3-ntplib/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-ntplib _pkgname=ntplib pkgver=0.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python module that offers a simple interface to query NTP servers" url="https://pypi.python.org/pypi/ntplib" arch="noarch" license="MIT" -provides="py-ntplib" # for backwards compatibility -replaces="py-ntplib=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-ntplib" # for backwards compatibility +provides="py-ntplib=$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" |