Date: Tuesday, April 25, 2023 @ 19:34:28
Author: polyzen
Revision: 1448726
upgpkg: python-sphinx-autodoc-typehints 1.23.0-1
Modified:
python-sphinx-autodoc-typehints/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-25 19:34:05 UTC (rev 1448725)
+++ PKGBUILD 2023-04-25 19:34:28 UTC (rev 1448726)
@@ -2,8 +2,9 @@
pkgname=python-sphinx-autodoc-typehints
_pyname=${pkgname/python-/}
-pkgver=1.19.5
-pkgrel=3
+_commit=09197b80cd5a5aa3a3a7a69fcea4d0ca410d1e9f
+pkgver=1.23.0
+pkgrel=1
pkgdesc='Type hints support for the Sphinx autodoc extension'
url='https://github.com/tox-dev/sphinx-autodoc-typehints'
arch=('any')
@@ -11,7 +12,7 @@
depends=('python' 'python-sphinx' 'python-typing_extensions')
makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
checkdepends=('python-pytest' 'python-sphobjinv' 'python-nptyping')
-source=("git+$url.git#tag=${pkgver}")
+source=("git+$url.git#commit=${_commit}")
sha512sums=('SKIP')
build() {