python-tzdata: update to 2024.1

This commit is contained in:
Mehdi Chinoune
2024-02-23 19:19:41 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent cb218407c9
commit 145b2b5d24

View File

@@ -3,7 +3,7 @@
_realname=tzdata
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2023.4
pkgver=2024.1
pkgrel=1
pkgdesc=" Python package wrapping the IANA time zone database (mingw-w64)"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('dd54c94f294765522c77399649b4fefd95522479a664a0cec87f41bebc6148c9')
sha256sums=('2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"