Date: Tuesday, March 30, 2021 @ 13:31:48 Author: dbermond Revision: 910464
upgpkg: python-breathe 4.28.0-1 Modified: python-breathe/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-30 13:20:08 UTC (rev 910463) +++ PKGBUILD 2021-03-30 13:31:48 UTC (rev 910464) @@ -3,7 +3,7 @@ # Contributor: Simon Boulay <[email protected]> pkgname=python-breathe -pkgver=4.27.0 +pkgver=4.28.0 pkgrel=1 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output" arch=('any') @@ -27,7 +27,7 @@ } package_python-breathe() { - cd "breathe" + cd breathe PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --skip-build --optimize=1 install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
