diff --git a/mingw-w64-python-cachetools/PKGBUILD b/mingw-w64-python-cachetools/PKGBUILD index 0c4af38f19..ad237fc07f 100644 --- a/mingw-w64-python-cachetools/PKGBUILD +++ b/mingw-w64-python-cachetools/PKGBUILD @@ -3,7 +3,7 @@ _realname=cachetools pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.2.0 +pkgver=4.2.1 pkgrel=1 pkgdesc='Extensible memoizing collections and decorators (mingw-w64)' arch=('any') @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner") source=("${_realname}-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz") -sha256sums=('697b5040b30c5dbd403410bd9a15c66672f84761acea4d333853f334c6193291') +sha256sums=('077bb90fd7937f6628931e6b0b0e86e43fab5475b35d3b3729d8102124d8509c') prepare() { cd "$srcdir"