summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-01-24 20:19:10 +0800
committerUniversebenzene2019-01-24 20:19:10 +0800
commitea6fc2b1baed5403a51f91d53e54f828f6250569 (patch)
tree88a9c1a5ab585909d4aed13c814793d1fed39491
parenteab99578b4a8d9004433af7bf8bdfe817e8519e4 (diff)
downloadaur-ea6fc2b1baed5403a51f91d53e54f828f6250569.tar.gz
Update to version 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48656bf149af..efed5047d063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 23 02:47:06 UTC 2019
+# Thu Jan 24 12:18:45 UTC 2019
pkgbase = python-sphinx-click
pkgdesc = Sphinx extension that automatically documents click applications
- pkgver = 2.0.0
+ pkgver = 2.0.1
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.0.tar.gz
- md5sums = 7462fd92de0a866456b2ac7a208effc3
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-click/sphinx-click-2.0.1.tar.gz
+ md5sums = 1aec59ae38e34fb6e058fddda70da90b
pkgname = python-sphinx-click
depends = python-sphinx>=1.5
diff --git a/PKGBUILD b/PKGBUILD
index bf0d54409d69..e27fb7a3c101 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.0
+pkgver=2.0.1
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=('7462fd92de0a866456b2ac7a208effc3')
+md5sums=('1aec59ae38e34fb6e058fddda70da90b')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}