Date: Friday, May 12, 2023 @ 01:07:34
  Author: grawlinson
Revision: 1460036

upgpkg: python-autodocsumm 0.2.11-1; new upstream release

Modified:
  python-autodocsumm/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 01:07:16 UTC (rev 1460035)
+++ PKGBUILD    2023-05-12 01:07:34 UTC (rev 1460036)
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=python-autodocsumm
-pkgver=0.2.10
-pkgrel=2
+pkgver=0.2.11
+pkgrel=1
 pkgdesc='Extending your autodoc API docs with a summary'
 arch=('any')
 url='https://github.com/Chilipp/autodocsumm'
@@ -9,6 +9,7 @@
 license=('Apache')
 depends=(
   'python'
+  'python-docutils'
   'python-sphinx'
 )
 makedepends=(
@@ -19,7 +20,7 @@
   'python-setuptools'
   'python-versioneer'
 )
-_commit='8ce14128954192f2b23850e9d23a4ac83b82af1e'
+_commit='7009e5ec0de58ac2675269829ca602447113d6e2'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 

Reply via email to