Date: Thursday, December 24, 2020 @ 15:37:54 Author: dbermond Revision: 788274
upgpkg: python-breathe 4.25.1-1 Modified: python-breathe/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-24 15:37:43 UTC (rev 788273) +++ PKGBUILD 2020-12-24 15:37:54 UTC (rev 788274) @@ -3,7 +3,7 @@ # Contributor: Simon Boulay <[email protected]> pkgname=python-breathe -pkgver=4.24.1 +pkgver=4.25.1 pkgrel=1 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output" arch=('any') @@ -10,7 +10,7 @@ url="https://breathe.readthedocs.org/en/latest/" license=('BSD') depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 'python-six') -makedepends=('python' 'git' 'python-setuptools') +makedepends=('git') checkdepends=('python-pytest') source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed") sha512sums=('SKIP') @@ -28,7 +28,7 @@ package_python-breathe() { cd "breathe" - python setup.py install --root="${pkgdir}" --skip-build --optimize=1 + PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --skip-build --optimize=1 install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" }
