summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-27 13:52:32 -0600
committerMark Wagie2023-03-27 13:52:32 -0600
commit7dc9b912a6e59e66ed474a181aad22c86bb67246 (patch)
treec37e6af55537055096a94ee468729836e31bb6af
parentdb59d5cc0cc8120553d23d8ce4c4176441c3b1a3 (diff)
downloadaur-7dc9b912a6e59e66ed474a181aad22c86bb67246.tar.gz
2.8.19.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9171a3da6d9b..4c8786018cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-types-python-dateutil
pkgdesc = Typing stubs for python-dateutil
- pkgver = 2.8.19.10
+ pkgver = 2.8.19.11
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.10.tar.gz
- sha256sums = c640f2eb71b4b94a9d3bfda4c04250d29a24e51b8bad6e12fddec0cf6e96f7a3
+ source = https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-2.8.19.11.tar.gz
+ sha256sums = de66222c54318c2e05ceb4956976d16696240a45fc2c98e54bfe9a56ce5e1eff
pkgname = python-types-python-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index 0fc82225eace..ef97d1337b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-types-python-dateutil
_pkgname=${pkgname:7}
-pkgver=2.8.19.10
+pkgver=2.8.19.11
pkgrel=1
pkgdesc="Typing stubs for python-dateutil"
arch=('any')
@@ -11,7 +11,7 @@ license=(Apache)
makedepends=(python-build python-installer python-setuptools python-wheel)
depends=(python)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('c640f2eb71b4b94a9d3bfda4c04250d29a24e51b8bad6e12fddec0cf6e96f7a3')
+sha256sums=('de66222c54318c2e05ceb4956976d16696240a45fc2c98e54bfe9a56ce5e1eff')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}