summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-05-02 23:58:53 +0800
committerUniversebenzene2019-05-02 23:58:53 +0800
commitda4bdf45e42e755542249f5fdd83de62585d40ad (patch)
treee17a57de52404ea68866cd68f2b9ee3abe7dd2f9
parentea6fc2b1baed5403a51f91d53e54f828f6250569 (diff)
downloadaur-da4bdf45e42e755542249f5fdd83de62585d40ad.tar.gz
Update to version 2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efed5047d063..808ddf45bc5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 24 12:18:45 UTC 2019
+# Thu May 2 15:58:14 UTC 2019
pkgbase = python-sphinx-click
pkgdesc = Sphinx extension that automatically documents click applications
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://sphinx-click.readthedocs.io
arch = i686
@@ -16,8 +16,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.0.1.tar.gz
- md5sums = 1aec59ae38e34fb6e058fddda70da90b
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-click/sphinx-click-2.1.0.tar.gz
+ md5sums = 25e2d64d95891bdca0147e1a4011d109
pkgname = python-sphinx-click
depends = python-sphinx>=1.5
diff --git a/PKGBUILD b/PKGBUILD
index e27fb7a3c101..36661293de99 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.0.1
+pkgver=2.1.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=('1aec59ae38e34fb6e058fddda70da90b')
+md5sums=('25e2d64d95891bdca0147e1a4011d109')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}