summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-11-19 10:30:56 +0100
committerMartino Pilia2018-11-19 10:30:56 +0100
commit4e727368e29e52e2122e960209dfa047d5f15420 (patch)
tree0cb54546f39405f4b266d221d11d88a728648693
parent56919c116e52f4cc722930052a2e86b4208d7595 (diff)
downloadaur-4e727368e29e52e2122e960209dfa047d5f15420.tar.gz
Version 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e034d3b3b1bd..bbddd6dc7bf4 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.3.0
+ pkgver = 1.5.0
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.3.0.tar.gz
- md5sums = 8797006d36c7191077d9bd84b33b557a
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.5.0.tar.gz
+ sha256sums = a635e98faf2b9f1169eba19104bd8d378e45da6f8936f6f774d9cc0640d4caee
pkgname = python-sphinx-autodoc-typehints
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"