summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-09-22 00:36:30 +0800
committerUniversebenzene2019-09-22 00:36:30 +0800
commitdcfc7f070812b703fd3db35c5155a3aff2d28868 (patch)
treef38af348d80f7fb424a40fc660eb10e0ab8d5b0e
parentae1e64de960994d5fe5c975836ca2c0d2a63a42d (diff)
downloadaur-dcfc7f070812b703fd3db35c5155a3aff2d28868.tar.gz
Update to version 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ae675d4958..a930171d69e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-click
pkgdesc = Sphinx extension that automatically documents click applications
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://sphinx-click.readthedocs.io
arch = i686
@@ -14,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.2.0.tar.gz
- md5sums = cf4c290b4c90f007e009a4396dfcd0f8
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-click/sphinx-click-2.3.0.tar.gz
+ md5sums = 1fb18f64123fa583d2dc7ef3e04ba583
pkgname = python-sphinx-click
depends = python-sphinx>=1.5
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0d6e3b36c63a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+src
+pkg
+*.src.tar.gz
+*.tar.gz
+*.tar.bz2
+*.part
+*.pkg.tar.xz
+*.log
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}