summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-11-09 15:10:24 +0800
committerUniversebenzene2018-11-09 15:10:24 +0800
commitf37dce2c459f201be1ffbd6943ea7019eabf3e6c (patch)
treee4d70d320146a2ce0c6fc02aac2c66d7d2a0e850
parente3b58aec31f7b2e1239d185d5b0c90b1dd2db636 (diff)
downloadaur-f37dce2c459f201be1ffbd6943ea7019eabf3e6c.tar.gz
Update to version 0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f12939293e39..8117e9f67822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Nov 3 16:58:07 UTC 2018
+# Fri Nov 9 07:09:56 UTC 2018
pkgbase = python-sphinx-automodapi
pkgdesc = Sphinx extension for generating API documentation.
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = https://sphinx-automodapi.readthedocs.io/en/latest/
arch = any
license = BSD
makedepends = python-setuptools
depends = python-sphinx>=1.6
- source = https://files.pythonhosted.org/packages/source/s/sphinx-automodapi/sphinx-automodapi-0.8.tar.gz
- sha256sums = 247d05ae5597ec86475e7954b788b379190a1ec0ee2f1bc60ae5086a3f29b16a
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-automodapi/sphinx-automodapi-0.9.tar.gz
+ sha256sums = 71a69e1a7ab8d849f416d7431db854d7b1925f749ba6345bc7d88f288892871d
pkgname = python-sphinx-automodapi
diff --git a/PKGBUILD b/PKGBUILD
index ae84e5c68c9a..5aabde255504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Chris Severance aur.severach AatT spamgourmet.com
pkgname=python-sphinx-automodapi
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="Sphinx extension for generating API documentation."
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python-sphinx>=1.6')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/s/sphinx-automodapi/sphinx-automodapi-${pkgver}.tar.gz")
-sha256sums=('247d05ae5597ec86475e7954b788b379190a1ec0ee2f1bc60ae5086a3f29b16a')
+sha256sums=('71a69e1a7ab8d849f416d7431db854d7b1925f749ba6345bc7d88f288892871d')
package() {
cd ${srcdir}/sphinx-automodapi-${pkgver}