summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-09-09 11:08:52 -0600
committerMark Wagie2021-09-09 11:08:52 -0600
commit14c8cba4965418a4f63b7de6459794a4da885a65 (patch)
treeb9ede49009e46d19bec44e78888ce13b91dfc7ad /PKGBUILD
parenta808b171d48f5d453f2e3df9daf7f09436572f86 (diff)
downloadaur-14c8cba4965418a4f63b7de6459794a4da885a65.tar.gz
3.10.0
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"