python-pathspec: update to 0.10.1

This commit is contained in:
Mehdi Chinoune
2022-09-10 12:15:34 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 1e08ed534d
commit e1062d61ba

View File

@@ -3,8 +3,8 @@
_realname=pathspec
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.9.0
pkgrel=2
pkgver=0.10.1
pkgrel=1
pkgdesc='Utility library for gitignore style pattern matching of file paths (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -13,7 +13,7 @@ license=('MPL2')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz")
sha256sums=('e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1')
sha256sums=('7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d')
prepare() {
rm -rf python-build-${CARCH} | true