python-pathspec: Update to 0.12.1

This commit is contained in:
Christoph Reiter
2024-01-17 07:19:10 +01:00
parent f1e4deba81
commit 74b8f3db8a

View File

@@ -2,7 +2,7 @@
_name=pathspec
pkgname=python-pathspec
pkgver=0.11.2
pkgver=0.12.1
pkgrel=1
pkgdesc='Utility library for gitignore style pattern matching of file paths'
arch=('any')
@@ -16,7 +16,7 @@ makedepends=(
'python-wheel'
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3')
sha256sums=('a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712')
build() {
cd "$_name-$pkgver"