summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-09-22 00:36:30 +0800
committerUniversebenzene2019-09-22 00:36:30 +0800
commitdcfc7f070812b703fd3db35c5155a3aff2d28868 (patch)
treef38af348d80f7fb424a40fc660eb10e0ab8d5b0e /PKGBUILD
parentae1e64de960994d5fe5c975836ca2c0d2a63a42d (diff)
downloadaur-dcfc7f070812b703fd3db35c5155a3aff2d28868.tar.gz
Update to version 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69558d3675ba..edbed004ee8f 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.2.0
+pkgver=2.3.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=('cf4c290b4c90f007e009a4396dfcd0f8')
+md5sums=('1fb18f64123fa583d2dc7ef3e04ba583')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}