From 806a14f5d32c95ceb7697293a953f1c0dd5bb247 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 20 Mar 2021 23:09:17 -0400 Subject: [PATCH] python3-adblock: update to 0.4.3. --- srcpkgs/python3-adblock/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-adblock/template b/srcpkgs/python3-adblock/template index 91ffd881105..9c01559bc98 100644 --- a/srcpkgs/python3-adblock/template +++ b/srcpkgs/python3-adblock/template @@ -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 " 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" ;;