summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralkeo2017-11-03 16:35:39 +0100
committeralkeo2017-11-03 16:35:39 +0100
commit25fd5dc2124a25fac8fadbdc41c63331657bda97 (patch)
tree9ef5605c47d4b39b603fcd33422a08c143f91ab6 /PKGBUILD
parent8a33993a0098d4f9df1e378d5a7919a1cdc3e88c (diff)
downloadaur-25fd5dc2124a25fac8fadbdc41c63331657bda97.tar.gz
Bump to version 4.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"