summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-15 08:53:32 -0600
committerMark Wagie2024-03-15 08:53:32 -0600
commit220a5b00f3eb4dc597f347e312820eea84835b85 (patch)
tree792d9a83cf5ac7bc081e8dea2af0778df1aaad25
parente02bd161888b6974ab7f3618edc24d6fa4b08ab8 (diff)
downloadaur-220a5b00f3eb4dc597f347e312820eea84835b85.tar.gz
2.9.0.20240315
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8477e86d87e3..b56466810a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-types-python-dateutil
pkgdesc = Typing stubs for python-dateutil
- pkgver = 2.8.19.20240311
+ pkgver = 2.9.0.20240315
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.8.19.20240311.tar.gz
- sha256sums = 51178227bbd4cbec35dc9adffbf59d832f20e09842d7dcb8c73b169b8780b7cb
+ source = https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-2.9.0.20240315.tar.gz
+ sha256sums = c1f6310088eb9585da1b9f811765b989ed2e2cdd4203c1a367e944b666507e4e
pkgname = python-types-python-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index 42865ac91055..cfdb2d502d18 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.8.19.20240311
+pkgver=2.9.0.20240315
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=('51178227bbd4cbec35dc9adffbf59d832f20e09842d7dcb8c73b169b8780b7cb')
+sha256sums=('c1f6310088eb9585da1b9f811765b989ed2e2cdd4203c1a367e944b666507e4e')
build() {
cd "$_name-$pkgver"