summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-12-24 12:14:40 +0100
committerMartino Pilia2018-12-24 12:14:40 +0100
commit7abd65c26ce40dba3243e8ccadb7b5107da779d2 (patch)
treeec1a6d780f6916f2aa630e97e6d93d78afa9e201
parentea259b1f42b1df59f45aa07eefc4dd1d2f10971b (diff)
downloadaur-7abd65c26ce40dba3243e8ccadb7b5107da779d2.tar.gz
Version 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e160033b1a4..111bbc4689ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sphinx-autodoc-typehints
pkgdesc = Type hints support for the Sphinx autodoc extension
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/agronholm/sphinx-autodoc-typehints
arch = any
license = MIT
makedepends = python-setuptools
depends = python-sphinx
- source = https://files.pythonhosted.org/packages/source/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.5.2.tar.gz
- sha256sums = 9f546fa18ee6bfb17f5cf937805d3c8afea48b976050db0bd14bb463eee97888
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.6.0.tar.gz
+ sha256sums = f9c06acfec80766fe8f542a6d6a042e751fcf6ce2e2711a7dc00d8b6daf8aa36
pkgname = python-sphinx-autodoc-typehints
diff --git a/PKGBUILD b/PKGBUILD
index 280adc26b8c6..3fbab84a7243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=sphinx-autodoc-typehints
pkgname=python-$_pkgname
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="Type hints support for the Sphinx autodoc extension"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-sphinx')
optdepends=()
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('9f546fa18ee6bfb17f5cf937805d3c8afea48b976050db0bd14bb463eee97888')
+sha256sums=('f9c06acfec80766fe8f542a6d6a042e751fcf6ce2e2711a7dc00d8b6daf8aa36')
package() {
cd "$srcdir/$_pkgname-$pkgver"