* update python-soupsieve to 2.4.1-1

This commit is contained in:
Alexander Baldeck 2023-07-28 14:47:40 +02:00
parent c1671e4df0
commit d3c85bbf60

View File

@ -3,8 +3,8 @@
# Contributor: Felix Yan <felixonmars@archlinux.org>
pkgname=python-soupsieve
pkgver=2.4
pkgrel=3
pkgver=2.4.1
pkgrel=1
pkgdesc='A CSS4 selector implementation for Beautiful Soup'
arch=(any)
url='https://github.com/facelessuser/soupsieve'
@ -16,8 +16,13 @@ makedepends=(
'python-installer'
'python-hatchling'
)
checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 'python-lxml')
_commit='8305a0fc6417458bc72b00a58b55c25b226cc763'
checkdepends=(
'python-pytest'
'python-beautifulsoup4'
'python-html5lib'
'python-lxml'
)
_commit='2e66bebb5b5eb2b0824622e17dbdc82ec3459ab3'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')