diff options
-rw-r--r-- | testing/py3-tzlocal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-tzlocal/APKBUILD b/testing/py3-tzlocal/APKBUILD index 574f55106e..c794e4d375 100644 --- a/testing/py3-tzlocal/APKBUILD +++ b/testing/py3-tzlocal/APKBUILD @@ -2,13 +2,13 @@ pkgname=py3-tzlocal _pkgname=tzlocal pkgver=1.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python tzinfo object for the local timezone" url="https://github.com/regebro/tzlocal" arch="noarch" license="MIT" provides="py-tzlocal" # for backwards compatibility -provides="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility depends="python3 py3-tz" makedepends="python3-dev py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |