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 d5d8a5d6bcce..541473a9f077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-asyncstdlib
pkgdesc = The missing toolbox for an async world
- pkgver = 3.10.2
+ pkgver = 3.10.3
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.2.tar.gz
- sha256sums = 474a3e73db68fb5a7fd416ac08354a6f137be39f56a4bc315662f1dfd580a4fb
+ source = https://pypi.org/packages/source/a/asyncstdlib/asyncstdlib-3.10.3.tar.gz
+ sha256sums = 4d836c65769761a47795667ed72f3de6cf4a25e480959f75fd91eb8eb5edc640
pkgname = python-asyncstdlib
diff --git a/PKGBUILD b/PKGBUILD
index a5d3f27fca1a..c66922573b6a 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.2
+pkgver=3.10.3
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=('474a3e73db68fb5a7fd416ac08354a6f137be39f56a4bc315662f1dfd580a4fb')
+sha256sums=('4d836c65769761a47795667ed72f3de6cf4a25e480959f75fd91eb8eb5edc640')
build() {
cd "$_name-$pkgver"