summaryrefslogtreecommitdiff
path: root/user/py3-tz/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-tz/APKBUILD')
-rw-r--r--user/py3-tz/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/py3-tz/APKBUILD b/user/py3-tz/APKBUILD
index f9c40cc4b..ed4b36ff3 100644
--- a/user/py3-tz/APKBUILD
+++ b/user/py3-tz/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer:
pkgname=py3-tz
_pkgname=pytz
-pkgver=2019.2
+pkgver=2020.1
pkgrel=0
pkgdesc="Timezone definitions for Python"
url="http://pytz.sourceforge.net/"
@@ -14,7 +14,7 @@ options="!check" # flake8, sphinx
depends="python3 tzdata"
makedepends="python3-dev unzip"
subpackages=""
-source="https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
+source="https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz
zoneinfo-noinstall.patch
zoneinfo-fix.patch"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -27,6 +27,6 @@ package() {
mkdir -p "$pkgdir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="86d8b600373274f66200e5e9426303d5855221c85488415ad9270059fc7853c6f5f9399b11aad41f6522fbccc0878b9caf896c9bba16fde9857e412620151beb pytz-2019.2.tar.gz
+sha512sums="4f652ab400bac0bd83ed305be7540094e674029a0cbde7da280adfd911b8c0a44023799b7c61971a5a61a1d6e3992c5b621e5e95bbfe962f310d5f26d4fda3ce pytz-2020.1.tar.gz
be61b829014be0d0d7db0c544481d378a95324c1f5968cbbcd7887c6ee8ce52a0b47ae734e16fc5fb2429d8d49c8ef199b6b3b7194f9e654699bb73ab8f3a10d zoneinfo-noinstall.patch
7629da5d76056789e7c29a4f047d25fe77586d4a78e8a1ce7ad7c513507d286098666edb24ee5cadc9b0a4d5623336bba8a6b0f786072ce741177022201fdc54 zoneinfo-fix.patch"