summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03ab1b643d23..4c50afd80041 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.9.2
+pkgver=3.10.0
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=('2b9c729d238df39f4728f59303b152d5e9ff89860256d567609c91deba2848f3')
+sha256sums=('738e1224ca4a82e86e500a89a7bfb5442d6bb44a390b3f0cda340101ed81b236')
build() {
cd "$_name-$pkgver"