summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56466810a07..5b8a266f8faf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-types-python-dateutil
pkgdesc = Typing stubs for python-dateutil
- pkgver = 2.9.0.20240315
+ pkgver = 2.9.0.20240316
pkgrel = 1
url = https://github.com/python/typeshed
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-types-python-dateutil
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-2.9.0.20240315.tar.gz
- sha256sums = c1f6310088eb9585da1b9f811765b989ed2e2cdd4203c1a367e944b666507e4e
+ source = https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-2.9.0.20240316.tar.gz
+ sha256sums = 5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202
pkgname = python-types-python-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index cfdb2d502d18..bdbe83fe37e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=python-types-python-dateutil
_name=${pkgname:7}
-pkgver=2.9.0.20240315
+pkgver=2.9.0.20240316
pkgrel=1
pkgdesc="Typing stubs for python-dateutil"
arch=('any')
@@ -11,7 +11,7 @@ license=('Apache-2.0')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('c1f6310088eb9585da1b9f811765b989ed2e2cdd4203c1a367e944b666507e4e')
+sha256sums=('5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202')
build() {
cd "$_name-$pkgver"