python-pathspec: Update to 0.11.1

This commit is contained in:
Christoph Reiter
2023-04-10 10:18:34 +02:00
parent 6e81a11bad
commit b61762764e

View File

@@ -2,8 +2,8 @@
_name=pathspec
pkgname=python-pathspec
pkgver=0.11.0
pkgrel=2
pkgver=0.11.1
pkgrel=1
pkgdesc='Utility library for gitignore style pattern matching of file paths'
arch=('any')
url=https://github.com/cpburnz/python-pathspec
@@ -16,7 +16,7 @@ makedepends=(
'python-wheel'
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc')
sha256sums=('2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687')
build() {
cd "$_name-$pkgver"