diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template index e09a2572cdf..fbe78b31bab 100644 --- a/srcpkgs/python3-css-parser/template +++ b/srcpkgs/python3-css-parser/template @@ -1,7 +1,7 @@ # Template file for 'python3-css-parser' pkgname=python3-css-parser -version=1.0.8 -revision=2 +version=1.0.10 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -11,8 +11,8 @@ maintainer="Orphaned " license="LGPL-3.0-or-later" homepage="https://github.com/ebook-utils/css-parser" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=17b3778e6c85f651f75d7182162643ddff5cbf8ec817e87067abaa66e44b7655 +checksum=0b1fe5771cf4dcecf1c63502331a3b628fc99507f0d1b5b893a8a6b292d7f3e0 do_check() { - python3 setup.py test + python3 ./run_tests.py }