python-lz4: update to 4.0.2

This commit is contained in:
Mehdi Chinoune
2022-07-26 06:17:10 +00:00
parent 82e571fc5d
commit d91f62ab30

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=4.0.1
pkgver=4.0.2
pkgrel=1
pkgdesc="This package provides python bindings for the LZ4 compression library (mingw-w64)"
arch=('any')
@@ -23,7 +23,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python-psutil")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/python-lz4/python-lz4/archive/v${pkgver}.tar.gz")
sha512sums=('2e0f7895594f91b74de77135e58e1cb99f70af75ea7a87f64b39701b5eec5c126687b8f9fd4ee062f30377216fa978bdf328c90f351e8fa9420ac691a64882e0')
sha512sums=('0939318820f5e29c5090d564941870eaf1b128336b4c523f4bcf22e8aabad866ce9d661e68fc1bff78619fe76ab82ed462fa2912612b01667f3c25b7a30410bb')
prepare() {
cd "${srcdir}"