diff options
author | Erich Eckner <git@eckner.net> | 2019-11-27 06:35:08 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-27 06:35:08 +0100 |
commit | aaef2af046bfb499601a7b0e4ffc4f23a35fd9f2 (patch) | |
tree | 5d1b99c2ce01caf748554b470e8e727f64f2ab99 | |
parent | b1322b09bcd5e2cd381488ca0a6372fa65611ada (diff) | |
download | archlinuxewe-aaef2af046bfb499601a7b0e4ffc4f23a35fd9f2.tar.xz |
python2-breathe 4.13.1-2 -> 4.14.0-1
-rw-r--r-- | python2-breathe/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python2-breathe/PKGBUILD b/python2-breathe/PKGBUILD index a37a295d9..bba713f80 100644 --- a/python2-breathe/PKGBUILD +++ b/python2-breathe/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Simon Boulay <simon.boulay@alkeona.net> pkgname=python2-breathe -pkgver=4.13.1 -pkgrel=2 +pkgver=4.14.0 +pkgrel=1 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output." arch=('any') url="https://breathe.readthedocs.org/en/latest/" @@ -20,7 +20,7 @@ depends=( makedepends=('git') checkdepends=('python2-nose' 'python2-sphinx') source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed") -sha256sums=('SKIP') +sha512sums=('SKIP') validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren <mail@mel.vin> prepare() { |