summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-28 09:02:44 -0700
committerMark Wagie2021-11-28 09:02:44 -0700
commit375bf0f6c0d10f322e481d166f4200183452dccd (patch)
treec15053bafb8de02ac930d38aa1c76337c4372943
parentbec4d859b7ebb80b21ad65387a01ce976518d28f (diff)
downloadaur-375bf0f6c0d10f322e481d166f4200183452dccd.tar.gz
3.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0398edfdaab2..d5d8a5d6bcce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-asyncstdlib
pkgdesc = The missing toolbox for an async world
- pkgver = 3.10.0
+ pkgver = 3.10.2
pkgrel = 1
url = https://github.com/maxfischer2781/asyncstdlib
arch = any
license = MIT
depends = python-typing_extensions
- source = https://pypi.org/packages/source/a/asyncstdlib/asyncstdlib-3.10.0.tar.gz
- sha256sums = 738e1224ca4a82e86e500a89a7bfb5442d6bb44a390b3f0cda340101ed81b236
+ source = https://pypi.org/packages/source/a/asyncstdlib/asyncstdlib-3.10.2.tar.gz
+ sha256sums = 474a3e73db68fb5a7fd416ac08354a6f137be39f56a4bc315662f1dfd580a4fb
pkgname = python-asyncstdlib
diff --git a/PKGBUILD b/PKGBUILD
index ede83d06ef04..a5d3f27fca1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-asyncstdlib
_name=${pkgname#python-}
-pkgver=3.10.0
+pkgver=3.10.2
pkgrel=1
pkgdesc="The missing toolbox for an async world"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/maxfischer2781/asyncstdlib"
license=('MIT')
depends=('python-typing_extensions')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('738e1224ca4a82e86e500a89a7bfb5442d6bb44a390b3f0cda340101ed81b236')
+sha256sums=('474a3e73db68fb5a7fd416ac08354a6f137be39f56a4bc315662f1dfd580a4fb')
build() {
cd "$_name-$pkgver"