summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-06-16 15:20:13 +0800
committerUniversebenzene2019-06-16 15:20:13 +0800
commitae1e64de960994d5fe5c975836ca2c0d2a63a42d (patch)
tree7db81ca32249a609728039905e3ba4e8ae81dc52 /PKGBUILD
parentda4bdf45e42e755542249f5fdd83de62585d40ad (diff)
downloadaur-ae1e64de960994d5fe5c975836ca2c0d2a63a42d.tar.gz
Update to version 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}