summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-07-24 16:52:56 +0800
committerUniversebenzene2020-07-24 16:52:56 +0800
commitd3c148ef6567595f1882082359287fbaca68512d (patch)
tree2729114b072e3ec1953fb406e71f677023348bf1
parenta10933d474433802cfe3acb64bf98b2704b66f36 (diff)
downloadaur-python-sphinx-click.tar.gz
Update to version 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86ff6b3be6b..5c1c31a8e499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-click
pkgdesc = Sphinx extension that automatically documents click applications
- pkgver = 2.3.2
+ pkgver = 2.5.0
pkgrel = 1
url = https://sphinx-click.readthedocs.io
arch = i686
@@ -16,8 +16,8 @@ pkgbase = python-sphinx-click
makedepends = python-pbr
makedepends = python2-pbr
makedepends = python-sphinx
- source = https://files.pythonhosted.org/packages/source/s/sphinx-click/sphinx-click-2.3.2.tar.gz
- md5sums = 062fa89de7ced7d95c90508e8886288f
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-click/sphinx-click-2.5.0.tar.gz
+ md5sums = fbc7269c005097fb90f1f930aba4dc2f
pkgname = python-sphinx-click
depends = python-sphinx>=1.5
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}