summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-11-23 12:22:34 +0100
committerMartino Pilia2018-11-23 12:22:34 +0100
commiteb9907ac0c2062633fa999093f11df092a81223f (patch)
tree8036197e59e371ca9990a98de462cbd1b1c8e338 /PKGBUILD
parent4e727368e29e52e2122e960209dfa047d5f15420 (diff)
downloadaur-eb9907ac0c2062633fa999093f11df092a81223f.tar.gz
Version 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"