python-mysqlclient: update to 2.2.4

This commit is contained in:
Mehdi Chinoune
2024-02-10 09:01:59 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 66ccf2f1c0
commit 2600fb16dd

View File

@@ -3,7 +3,7 @@
_realname=mysqlclient
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.2.3
pkgver=2.2.4
pkgrel=1
pkgdesc="Fork of MySQL-python with support for Python 3 (mingw-w64)"
arch=('any')
@@ -29,7 +29,7 @@ makedepends=(
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
0001-mysqlclient-setup-fix-linking.patch)
sha256sums=('ee51656e36fc5a92920b807ee8b9e373e3b0e267c89cdc95d73b1dbe46863631'
sha256sums=('33bc9fb3464e7d7c10b1eaf7336c5ff8f2a3d3b88bab432116ad2490beb3bf41'
'8faf97aca80aa48b49197c9a76862b5f73df8b6e3ce630eb641fc6bb2dc6ee9f')
prepare() {