python-tldr: update to 3.4.1 (#24146)

This commit is contained in:
Maksim Bondarenkov 2025-04-30 18:44:01 +03:00 committed by GitHub
parent 6828d28718
commit cbed8521ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@
_realname=tldr
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.4.0
pkgver=3.4.1
pkgrel=1
pkgdesc="Command line client for tldr, a collection of simplified and community-driven man pages (mingw-w64)"
pkgdesc="Command line client for a collection of simplified and community-driven man pages (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/tldr-pages/tldr-python-client'
@ -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=('ce40f640660ea9116a7ab874e00b643308c37389d16f98fbfc24c9e35a40d6fb')
sha256sums=('016c0145f15839f20525e5dd5daf22fc5b17211c850aa99f759d251e58659438')
build() {
cp -r "tldr-python-client-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"