From 4d701550072fd7bd04f064a4e6e9385bc952cfa0 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 10 Dec 2023 19:19:42 +0000 Subject: [PATCH] python-pathspec: update to 0.12.0 --- mingw-w64-python-pathspec/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pathspec/PKGBUILD b/mingw-w64-python-pathspec/PKGBUILD index d693eea65c..2ae2ae57de 100644 --- a/mingw-w64-python-pathspec/PKGBUILD +++ b/mingw-w64-python-pathspec/PKGBUILD @@ -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