summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-12-08 12:46:43 +0100
committerMartino Pilia2018-12-08 12:46:43 +0100
commitea259b1f42b1df59f45aa07eefc4dd1d2f10971b (patch)
treec39cde95c3666e4b59b81bd2660841d115f11667 /PKGBUILD
parenteb9907ac0c2062633fa999093f11df092a81223f (diff)
downloadaur-ea259b1f42b1df59f45aa07eefc4dd1d2f10971b.tar.gz
Version 1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"