diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-30 01:36:23 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-30 01:36:23 +0200 |
commit | 5e88f8692bc33c453f78203c33aef7b179ac4f82 (patch) | |
tree | 5efebe029793d8f38be9c2f7465b5cf10f6f833d /testing/py3-tzlocal | |
parent | aeb1d5e27803f1eda095c80d676b55633e5df223 (diff) | |
download | aports-5e88f8692bc33c453f78203c33aef7b179ac4f82.tar.bz2 aports-5e88f8692bc33c453f78203c33aef7b179ac4f82.tar.xz |
testing/py3-tzlocal: fix replaces
Diffstat (limited to 'testing/py3-tzlocal')
-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" |