python-sqlmodel: update to 0.0.20

This commit is contained in:
Konstantin Podsvirov
2024-07-18 00:11:01 +03:00
committed by Biswapriyo Nath
parent f8b7077f8a
commit c284713a8f

View File

@@ -3,7 +3,7 @@
_realname=sqlmodel
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.0.19
pkgver=0.0.20
pkgrel=1
pkgdesc='SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness (mingw-w64)'
arch=('any')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-pdm-backend")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('95449b0b48a40a3eecf0a629fa5735b9dfc8a5574a91090d24ca17f02246ad96')
sha256sums=('94dd1f63e4ceb0ab405e304e1ad3e8b8c8800b47c3ca5f68736807be8e5b9314')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true