diff --git a/mingw-w64-python-cachetools/PKGBUILD b/mingw-w64-python-cachetools/PKGBUILD index 3187d58af8..0c4af38f19 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.1.1 +pkgver=4.2.0 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") -sha512sums=('c5d8a304defd0d9cd767b4e00f70c8df31067003afec43459db239d9c59c582fe6454c2956f5092e15b464bf53adf33a1214c1d03bd2dca610b112b9a63b7a06') +sha256sums=('697b5040b30c5dbd403410bd9a15c66672f84761acea4d333853f334c6193291') prepare() { cd "$srcdir"