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