Skip to content

Commit 043bdc3

Browse files
committed
python-aiosqlite: update to 0.22.0
1 parent 36d4892 commit 043bdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-aiosqlite/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=aiosqlite
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=0.21.0
6+
pkgver=0.22.0
77
pkgrel=1
88
pkgdesc='asyncio bridge to the standard sqlite3 module (mingw-w64)'
99
arch=('any')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2020
"${MINGW_PACKAGE_PREFIX}-python-installer"
2121
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
2222
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
23-
sha256sums=('131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3')
23+
sha256sums=('7e9e52d72b319fcdeac727668975056c49720c995176dc57370935e5ba162bb9')
2424

2525
build() {
2626
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)