diff --git a/mingw-w64-python-tldr/PKGBUILD b/mingw-w64-python-tldr/PKGBUILD index b20cfadde5..e13e9b15df 100644 --- a/mingw-w64-python-tldr/PKGBUILD +++ b/mingw-w64-python-tldr/PKGBUILD @@ -3,7 +3,7 @@ _realname=tldr pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.4.2 +pkgver=3.4.3 pkgrel=1 pkgdesc="Command line client for a collection of simplified and community-driven man pages (mingw-w64)" arch=('any') @@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("${url}/archive/${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('46e8625d7032234bc9ce376e2e4d4076a7b30b12d595e9cf497543846237d7c5') +sha256sums=('2f5dde5ac6d5bcbca90993558b1857a8ac19c0a93766bbdbf2c6b094a638a883') build() { cp -r "tldr-python-client-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"