[arch-commits] Commit in python-pdoc/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Aug 25 22:20:14 UTC 2021
Date: Wednesday, August 25, 2021 @ 22:20:14
Author: felixonmars
Revision: 1004940
upgpkg: python-pdoc 7.4.0-1
Modified:
python-pdoc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-25 22:20:08 UTC (rev 1004939)
+++ PKGBUILD 2021-08-25 22:20:14 UTC (rev 1004940)
@@ -4,7 +4,7 @@
# Contributor: Thomas S Hatch <thatch45 at gmail.com>
pkgname=python-pdoc
-pkgver=7.3.1
+pkgver=7.4.0
pkgrel=1
pkgdesc='A simple program and library to auto generate API documentation for Python modules.'
arch=('any')
@@ -13,7 +13,7 @@
depends=('python-jinja' 'python-pygments' 'python-markupsafe')
checkdepends=('python-pytest' 'python-pytest-timeout' 'python-hypothesis')
source=("https://github.com/mitmproxy/pdoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('8b53ca93b6cc4228222ad05b5e4ad2a02169c39823950f442e49503af49c36ed52c15292a6c44231f23db23d6f17386117d8cfa9fcac6d3fcc13222b44aa21b2')
+sha512sums=('7b102b33dc8d1ba5fe1b2fb05945c4c57aef88600f9992e8d3bc9e25f7683b36440f6c683080f5cc283db9c93ce9b1c9ef21f17c8fb05c631a669baa96a720d8')
build() {
cd pdoc-$pkgver
More information about the arch-commits
mailing list