Skip to content

Commit

Permalink
python-redis: update to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Oct 7, 2024
1 parent 0f81703 commit f6a6774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-redis/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=redis
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.1.0
pkgver=5.1.1
pkgrel=1
pkgdesc="The Python interface to the Redis key-value store (mingw-w64)"
arch=('any')
Expand All @@ -22,7 +22,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-hiredis: faster performance via hire
"${MINGW_PACKAGE_PREFIX}-python-pyopenssl: OCSP certificate validation"
"${MINGW_PACKAGE_PREFIX}-python-requests: OCSP certificate validation")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b756df1e4a3858fcc0ef861f3fc53623a96c41e2b1f5304e09e0fe758d333d40')
sha256sums=('f6c997521fedbae53387307c5d0bf784d9acc28d9f1d058abeac566ec4dbed72')

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

0 comments on commit f6a6774

Please sign in to comment.