summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralkeo2017-11-03 16:35:39 +0100
committeralkeo2017-11-03 16:35:39 +0100
commit25fd5dc2124a25fac8fadbdc41c63331657bda97 (patch)
tree9ef5605c47d4b39b603fcd33422a08c143f91ab6
parent8a33993a0098d4f9df1e378d5a7919a1cdc3e88c (diff)
downloadaur-25fd5dc2124a25fac8fadbdc41c63331657bda97.tar.gz
Bump to version 4.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e8481e2875..b7dae38c2049 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.6.0
+ pkgver = 4.7.3
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 = https://github.com/michaeljones/breathe/archive/v4.6.0.tar.gz
- sha256sums = 51b1cef4cd8ec61f472ecf25e7e5a19a3cd406ef6675504d2b65d1f78f54906d
+ source = breathe-v4.7.3.tar.gz::https://github.com/michaeljones/breathe/archive/v4.7.3.tar.gz
+ sha256sums = 4ff9e0ddc9896c591758679cd4af567ac5d3598adbf93d70c08e3820eb994a20
pkgname = python-breathe
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 4be8da12a6c4..777f699661e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgbase=python-breathe
pkgname=('python-breathe' 'python2-breathe')
-pkgver=4.6.0
+pkgver=4.7.3
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/"
license=('BSD')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("https://github.com/michaeljones/breathe/archive/v${pkgver}.tar.gz")
-sha256sums=('51b1cef4cd8ec61f472ecf25e7e5a19a3cd406ef6675504d2b65d1f78f54906d')
+source=("breathe-v${pkgver}.tar.gz::https://github.com/michaeljones/breathe/archive/v${pkgver}.tar.gz")
+sha256sums=('4ff9e0ddc9896c591758679cd4af567ac5d3598adbf93d70c08e3820eb994a20')
prepare() {
cp -a "breathe-$pkgver" "breathe2-$pkgver"