python-pathspec: update to 0.11.1

This commit is contained in:
Mehdi Chinoune
2023-03-15 01:07:51 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 705394a735
commit 8d74bb6cd3

View File

@@ -3,7 +3,7 @@
_realname=pathspec
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.11.0
pkgver=0.11.1
pkgrel=1
pkgdesc='Utility library for gitignore style pattern matching of file paths (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ license=('spdx:MPL-2.0')
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=('64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc')
sha256sums=('2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687')
prepare() {
rm -rf python-build-${CARCH} | true