summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-06-16 15:20:13 +0800
committerUniversebenzene2019-06-16 15:20:13 +0800
commitae1e64de960994d5fe5c975836ca2c0d2a63a42d (patch)
tree7db81ca32249a609728039905e3ba4e8ae81dc52
parentda4bdf45e42e755542249f5fdd83de62585d40ad (diff)
downloadaur-ae1e64de960994d5fe5c975836ca2c0d2a63a42d.tar.gz
Update to version 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 808ddf45bc5e..e9ae675d4958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu May 2 15:58:14 UTC 2019
pkgbase = python-sphinx-click
pkgdesc = Sphinx extension that automatically documents click applications
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://sphinx-click.readthedocs.io
arch = i686
@@ -16,8 +14,8 @@ pkgbase = python-sphinx-click
makedepends = python-setuptools
makedepends = python2-setuptools
makedepends = python-sphinx
- source = https://files.pythonhosted.org/packages/source/s/sphinx-click/sphinx-click-2.1.0.tar.gz
- md5sums = 25e2d64d95891bdca0147e1a4011d109
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-click/sphinx-click-2.2.0.tar.gz
+ md5sums = cf4c290b4c90f007e009a4396dfcd0f8
pkgname = python-sphinx-click
depends = python-sphinx>=1.5
diff --git a/PKGBUILD b/PKGBUILD
index 36661293de99..69558d3675ba 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.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Sphinx extension that automatically documents click applications"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
checkdepends=('python-coverage' 'python2-coverage' 'python2-sphinx' 'python-click' 'python2-click')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('25e2d64d95891bdca0147e1a4011d109')
+md5sums=('cf4c290b4c90f007e009a4396dfcd0f8')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}