summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-04-09 15:37:57 +0200
committerMartino Pilia2018-04-09 15:37:57 +0200
commit56919c116e52f4cc722930052a2e86b4208d7595 (patch)
tree9181abff6a088f08df64c064179eca48abaf80bf
parent7aac2e791a952759063e501e85dbfbc14b70533e (diff)
downloadaur-56919c116e52f4cc722930052a2e86b4208d7595.tar.gz
version 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 053b1959799c..e034d3b3b1bd 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.2.5
+ pkgver = 1.3.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.2.5.tar.gz
- md5sums = 077df942f0b552722d79a146098c0a05
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.3.0.tar.gz
+ md5sums = 8797006d36c7191077d9bd84b33b557a
pkgname = python-sphinx-autodoc-typehints
diff --git a/PKGBUILD b/PKGBUILD
index f93b66b609f1..db6ab3fd1a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Martino Pilia <martino.pilia@gmail.com>
+# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=sphinx-autodoc-typehints
pkgname=python-$_pkgname
-pkgver=1.2.5
+pkgver=1.3.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=('077df942f0b552722d79a146098c0a05')
+md5sums=('8797006d36c7191077d9bd84b33b557a')
package() {
cd "$srcdir/$_pkgname-$pkgver"