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 655fd8511cf9..2fdde34b6d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=python-asyncstdlib
_name=${pkgname#python-}
-pkgver=3.12.2
+pkgver=3.12.3
pkgrel=1
pkgdesc="The missing toolbox for an async world"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-build' 'python-flit-core' 'python-installer')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('e20a34d830845b257e449d827f807ec97d3cc09d2bfaf2f39bcf33cc5116382a')
+sha256sums=('d72541714c3e379ad411769d575c76269de5c37faa254c976fb177cdaab5d7dd')
build() {
cd "$_name-$pkgver"