From 3da16a2153378438b5e256d29cdd65f0f1bfc38e Mon Sep 17 00:00:00 2001 From: prspkt Date: Tue, 2 Apr 2019 19:03:31 +0300 Subject: testing/py3-tzlocal: claim maintainership --- testing/py3-tzlocal/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testing/py3-tzlocal/APKBUILD') diff --git a/testing/py3-tzlocal/APKBUILD b/testing/py3-tzlocal/APKBUILD index c794e4d375..6afb5ac503 100644 --- a/testing/py3-tzlocal/APKBUILD +++ b/testing/py3-tzlocal/APKBUILD @@ -1,14 +1,14 @@ -# Maintainer: +# Maintainer: prspkt pkgname=py3-tzlocal _pkgname=tzlocal pkgver=1.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python tzinfo object for the local timezone" url="https://github.com/regebro/tzlocal" arch="noarch" license="MIT" -provides="py-tzlocal" # for backwards compatibility -replaces="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-tzlocal" # for backwards compatibility +provides="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" -- cgit v1.2.3