Date: Monday, September 19, 2022 @ 20:39:42 Author: felixonmars Revision: 1305271
upgpkg: python-latex2mathml 3.65.0-1 Modified: python-latex2mathml/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-19 20:39:28 UTC (rev 1305270) +++ PKGBUILD 2022-09-19 20:39:42 UTC (rev 1305271) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-latex2mathml -pkgver=3.64.0 +pkgver=3.65.0 pkgrel=1 pkgdesc="Pure Python library for LaTeX to MathML conversion" url="https://github.com/roniemartinez/latex2mathml" @@ -10,11 +10,11 @@ depends=('python-setuptools') checkdepends=('python-pytest' 'python-multidict' 'python-xmljson') source=("https://github.com/roniemartinez/latex2mathml/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('7c352642a83f002cc30e52150ead0f0805a46ffe0f1808c968e87f81a9fa8cd1487bcf269d8856922f83ed97011c4a86af6f795dedc925e40801a5290b260c8e') +sha512sums=('ea13874f38a68262957729e66fa036fc56235858a2191f4fc3f43e5c9025544405a26f0eb5b8bbf7b386ace503a9ab3cbcdba15f3c360746aff9cc2fba0a6cdb') prepare() { cd latex2mathml-$pkgver - sed -i 's/--cov=latex2mathml --cov-report term-missing --cov-report=xml --cov-report=html//' pyproject.toml + sed -i '/--cov/d' pyproject.toml } build() {
