aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-tzlocal/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-tzlocal/APKBUILD')
-rw-r--r--testing/py3-tzlocal/APKBUILD8
1 files changed, 4 insertions, 4 deletions
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 <prspkt@protonmail.com>
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"