python-pathspec: update to 0.12.0

This commit is contained in:
Mehdi Chinoune
2023-12-10 19:19:42 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent f8f9ace476
commit 4d70155007

View File

@@ -3,7 +3,7 @@
_realname=pathspec
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.11.2
pkgver=0.12.0
pkgrel=1
pkgdesc='Utility library for gitignore style pattern matching of file paths (mingw-w64)'
arch=('any')
@@ -16,7 +16,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=('e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3')
sha256sums=('c57e16065a97b7beb175f13c84d27cb05f7b7315741c2fbd5de541042f4ea6e1')
prepare() {
rm -rf python-build-${CARCH} | true