summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-11-19 10:30:56 +0100
committerMartino Pilia2018-11-19 10:30:56 +0100
commit4e727368e29e52e2122e960209dfa047d5f15420 (patch)
tree0cb54546f39405f4b266d221d11d88a728648693 /PKGBUILD
parent56919c116e52f4cc722930052a2e86b4208d7595 (diff)
downloadaur-4e727368e29e52e2122e960209dfa047d5f15420.tar.gz
Version 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db6ab3fd1a22..33df1c671049 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.3.0
+pkgver=1.5.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")
-md5sums=('8797006d36c7191077d9bd84b33b557a')
+sha256sums=('a635e98faf2b9f1169eba19104bd8d378e45da6f8936f6f774d9cc0640d4caee')
package() {
cd "$srcdir/$_pkgname-$pkgver"