Date: Saturday, May 23, 2020 @ 18:32:22 Author: dbermond Revision: 632408
upgpkg: python-breathe 4.18.1-1 Modified: python-breathe/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 18:32:01 UTC (rev 632407) +++ PKGBUILD 2020-05-23 18:32:22 UTC (rev 632408) @@ -3,7 +3,7 @@ # Contributor: Simon Boulay <[email protected]> pkgname=python-breathe -pkgver=4.15.0 +pkgver=4.18.1 pkgrel=1 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output" arch=('any') @@ -12,7 +12,6 @@ depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 'python-six') makedepends=('python' 'git' 'python-setuptools') checkdepends=('python-pytest') -#BUILDENV=('!check') source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed") sha512sums=('SKIP') validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren <[email protected]>
