Date: Thursday, April 20, 2023 @ 18:30:06
Author: arojas
Revision: 1448024
upgpkg: python-sphinx-argparse-cli 1.11.0-1: Update to 1.11.0
Modified:
python-sphinx-argparse-cli/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-20 18:27:12 UTC (rev 1448023)
+++ PKGBUILD 2023-04-20 18:30:06 UTC (rev 1448024)
@@ -2,17 +2,17 @@
_pkgname=sphinx-argparse-cli
pkgname=python-$_pkgname
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
pkgdesc='Render CLI arguments (sub-commands friendly) defined by argparse
module'
arch=('any')
url='https://github.com/tox-dev/sphinx-argparse-cli'
license=('MIT')
depends=('python' 'python-sphinx' 'python-docutils-stubs')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel' 'python-toml')
+makedepends=('python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('9ad64f3f4a677e1e24d0f5c23380b6a3ae3050afde9432e4979fc2d7e75cf7e7fe860388aa7253a49e4db6bf46a6fe00f0b5fa3a65ac719a4d5506972f1ea989')
+sha512sums=('adb1c9c2c04cc2d714403806b71705a09ea085e562bd2e97d73249e5b33a1341880151b200a96734291606318acc4d8f7c23d3d42798e677744a37496d88d5ac')
build() {
cd $_pkgname-$pkgver