summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralkeo2018-11-10 12:54:29 +0100
committeralkeo2018-11-10 12:54:29 +0100
commitaa49ea7e7648af3d6286da5d308f402958b3631e (patch)
tree63d33bf67749c7b778197b7d70ca948080a96b44
parentdd71d7df242faca57dc6c793ae018c2662c82ff9 (diff)
downloadaur-aa49ea7e7648af3d6286da5d308f402958b3631e.tar.gz
Bump to version 4.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f41316b0b4be..730176042fa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-breathe
pkgdesc = An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output.
- pkgver = 4.10.0
+ pkgver = 4.11.0
pkgrel = 1
url = https://breathe.readthedocs.org/en/latest/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-breathe
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = breathe-v4.10.0.tar.gz::https://github.com/michaeljones/breathe/archive/v4.10.0.tar.gz
- sha256sums = 10e294ca2927d40c83343674186ce6fad539acfb464ffd765fd371adc1126d4d
+ source = breathe-v4.11.0.tar.gz::https://github.com/michaeljones/breathe/archive/v4.11.0.tar.gz
+ sha256sums = 8c9f900560529ca2f589f26759be94c2accad14fd83fee34d353cf6f446e09f6
pkgname = python-breathe
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 58c4a3fc4c63..009d833c0f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-breathe
pkgname=('python-breathe' 'python2-breathe')
-pkgver=4.10.0
+pkgver=4.11.0
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')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("breathe-v${pkgver}.tar.gz::https://github.com/michaeljones/breathe/archive/v${pkgver}.tar.gz")
-sha256sums=('10e294ca2927d40c83343674186ce6fad539acfb464ffd765fd371adc1126d4d')
+sha256sums=('8c9f900560529ca2f589f26759be94c2accad14fd83fee34d353cf6f446e09f6')
prepare() {
cp -a "breathe-$pkgver" "breathe2-$pkgver"