summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-02-27 08:32:51 -0700
committerMark Wagie2023-02-27 08:32:51 -0700
commit9099b3d102507076a1d615b65f946102df11f5e5 (patch)
treeac6e3e8df4f1f55e41aee63dccebbc01889f3c82
parentef6d70b41c6fbf7af446d81dc619face6027c775 (diff)
downloadaur-9099b3d102507076a1d615b65f946102df11f5e5.tar.gz
2.8.19.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a28e3c7ee08e..df093ec9f29d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-types-python-dateutil
pkgdesc = Typing stubs for python-dateutil
- pkgver = 2.8.19.8
+ pkgver = 2.8.19.9
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.8.tar.gz
- sha256sums = 316c6b107d055bbd06324b71362e6104102220e6988aa4a388550aa3a8ad5d06
+ source = https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-2.8.19.9.tar.gz
+ sha256sums = 637716fb3afbdc7eb683f641171f874937af13149cd456a8c63e8f81127a39ed
pkgname = python-types-python-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index f9e755429876..3e124bd5aadf 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.8
+pkgver=2.8.19.9
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=('316c6b107d055bbd06324b71362e6104102220e6988aa4a388550aa3a8ad5d06')
+sha256sums=('637716fb3afbdc7eb683f641171f874937af13149cd456a8c63e8f81127a39ed')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}