summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e47e5c01fd2..7e160033b1a4 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.1
+ pkgver = 1.5.2
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.1.tar.gz
- sha256sums = fd37b7af3e0af946372830d0a665918e27f63d6a26806a2af05fe31c7aff20a3
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.5.2.tar.gz
+ sha256sums = 9f546fa18ee6bfb17f5cf937805d3c8afea48b976050db0bd14bb463eee97888
pkgname = python-sphinx-autodoc-typehints
diff --git a/PKGBUILD b/PKGBUILD
index e0e2a835585e..280adc26b8c6 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.1
+pkgver=1.5.2
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=('fd37b7af3e0af946372830d0a665918e27f63d6a26806a2af05fe31c7aff20a3')
+sha256sums=('9f546fa18ee6bfb17f5cf937805d3c8afea48b976050db0bd14bb463eee97888')
package() {
cd "$srcdir/$_pkgname-$pkgver"