python3-adblock: update to 0.4.3.
This commit is contained in:
parent
a4bd9f45fa
commit
806a14f5d3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-adblock'
|
||||
pkgname=python3-adblock
|
||||
version=0.4.2
|
||||
revision=2
|
||||
version=0.4.3
|
||||
revision=1
|
||||
wrksrc="${pkgname/python3/python}-${version}"
|
||||
build_style=python3-pep517
|
||||
build_helper="rust"
|
||||
|
@ -14,8 +14,9 @@ short_desc="Brave's adblock library in Python"
|
|||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="Apache-2.0, MIT"
|
||||
homepage="https://github.com/ArniDagur/python-adblock"
|
||||
changelog="https://raw.githubusercontent.com/ArniDagur/python-adblock/master/CHANGELOG.md"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=06de6074e6cfe889fc0383cc929a5a2306570251c14e51abbfcedd328b83e0e9
|
||||
checksum=42f00ff33338eed83c5880ae5f12c70e38154b78fceb19d2f447e86ae34e0f60
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="compiler throws SIGABRT on the psl crate" ;;
|
||||
|
|
Loading…
Reference in New Issue