summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-07-24 16:52:56 +0800
committerUniversebenzene2020-07-24 16:52:56 +0800
commitd3c148ef6567595f1882082359287fbaca68512d (patch)
tree2729114b072e3ec1953fb406e71f677023348bf1 /PKGBUILD
parenta10933d474433802cfe3acb64bf98b2704b66f36 (diff)
downloadaur-python-sphinx-click.tar.gz
Update to version 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aee7e236f06c..4706fe61a143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-sphinx-click
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python2-${_pyname}" "python-${_pyname}-doc")
-pkgver=2.3.2
+pkgver=2.5.0
pkgrel=1
pkgdesc="Sphinx extension that automatically documents click applications"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr'
#checkdepends=('python-coverage' 'python2-coverage' 'python2-sphinx' 'python-click' 'python2-click')
checkdepends=('python-pytest' 'python2-pytest' 'python2-sphinx' 'python-click' 'python2-click')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('062fa89de7ced7d95c90508e8886288f')
+md5sums=('fbc7269c005097fb90f1f930aba4dc2f')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}