aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-tzlocal/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py3-tzlocal/APKBUILD b/testing/py3-tzlocal/APKBUILD
index 05cb32e156..574f55106e 100644
--- a/testing/py3-tzlocal/APKBUILD
+++ b/testing/py3-tzlocal/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer:
pkgname=py3-tzlocal
_pkgname=tzlocal
-pkgver=1.4
-pkgrel=1
+pkgver=1.5.1
+pkgrel=0
pkgdesc="Python tzinfo object for the local timezone"
-url="http://pytz.sourceforge.net/"
+url="https://github.com/regebro/tzlocal"
arch="noarch"
-license="CC0-1.0"
+license="MIT"
provides="py-tzlocal" # for backwards compatibility
provides="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3 py3-tz"
@@ -25,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e846f00cb0571da0c891ca8576d614ebfed622431201c713ef38a80fc990fa19298873bad74e5020648ec4b8307ce8362412e0e05d260121e9d70691814a321b tzlocal-1.4.tar.gz"
+sha512sums="9141e3941435fa16afe040f49b8225cdc3434e10003275fe5df9166cb9562764a51c83bc16b6d5be197feb45c913859a37393e13285f0e612510ce076a6451d9 tzlocal-1.5.1.tar.gz"