summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-11-23 12:22:34 +0100
committerMartino Pilia2018-11-23 12:22:34 +0100
commiteb9907ac0c2062633fa999093f11df092a81223f (patch)
tree8036197e59e371ca9990a98de462cbd1b1c8e338
parent4e727368e29e52e2122e960209dfa047d5f15420 (diff)
downloadaur-eb9907ac0c2062633fa999093f11df092a81223f.tar.gz
Version 1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbddd6dc7bf4..5e47e5c01fd2 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.0
+ pkgver = 1.5.1
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.0.tar.gz
- sha256sums = a635e98faf2b9f1169eba19104bd8d378e45da6f8936f6f774d9cc0640d4caee
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.5.1.tar.gz
+ sha256sums = fd37b7af3e0af946372830d0a665918e27f63d6a26806a2af05fe31c7aff20a3
pkgname = python-sphinx-autodoc-typehints
diff --git a/PKGBUILD b/PKGBUILD
index 33df1c671049..e0e2a835585e 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.0
+pkgver=1.5.1
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=('a635e98faf2b9f1169eba19104bd8d378e45da6f8936f6f774d9cc0640d4caee')
+sha256sums=('fd37b7af3e0af946372830d0a665918e27f63d6a26806a2af05fe31c7aff20a3')
package() {
cd "$srcdir/$_pkgname-$pkgver"