summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralkeo2017-01-09 15:53:31 +0100
committeralkeo2017-01-09 15:53:31 +0100
commitb377201d444b844de249c462c0beaef71bfab45e (patch)
treecdaefcadea3f4132b25cfacbf7a6305aa566cb17 /PKGBUILD
parent121e75020833b7fe5bd4205fef95717ea8896176 (diff)
downloadaur-b377201d444b844de249c462c0beaef71bfab45e.tar.gz
Bump to version 4.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d7c2d339268..09f367f0a1cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgbase=python-breathe
pkgname=('python-breathe' 'python2-breathe')
-pkgver=4.2.0
-pkgrel=3
+pkgver=4.4.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/"
license=('BSD')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/b/breathe/breathe-${pkgver}.tar.gz")
-md5sums=('e35f6ce54485663857129370047f6057')
+source=("https://github.com/michaeljones/breathe/archive/v${pkgver}.tar.gz")
+sha256sums=('348eb5f895f7369a703b67b48ff88e7a47182ca0fb2cd3eb3ce07e209159b3ca')
prepare() {
cp -a "breathe-$pkgver" "breathe2-$pkgver"