* update python-sphinxygen to 1.0.6-1

This commit is contained in:
Alexander Baldeck 2025-02-18 09:44:46 +01:00
parent 04c286bc9a
commit 96b356a86f
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-sphinxygen
pkgdesc = A script to read Doxygen XML output and emit ReST for Sphinx
pkgver = 1.0.4
pkgrel = 3
pkgver = 1.0.6
pkgrel = 1
url = https://gitlab.com/drobilla/sphinxygen
arch = any
license = 0BSD or ISC
@ -14,8 +14,8 @@ pkgbase = python-sphinxygen
makedepends = python-wheel
depends = python
optdepends = python-html5lib: for HTML5 support
source = https://gitlab.com/drobilla/sphinxygen/-/archive/v1.0.4/sphinxygen-v1.0.4.tar.gz
sha512sums = 38ac258850fe6ab38e88c7b59d41e1400b89b13443862a0a9e7c7d1a2e3b887660f1cb17ce94737bc6366025172b40a50da0107d970120610fc9410f41c3250c
b2sums = 48c99ba80ebdc9f2ed9ef147d8d7c4f0deb7d4e1118ff6969cf510a0a10bc2335fa9ba91fb38caf60b8770a023e7a0730efa0a5606726dd1d0292650374d9271
source = https://gitlab.com/drobilla/sphinxygen/-/archive/v1.0.6/sphinxygen-v1.0.6.tar.gz
sha512sums = 27bf5275fa37d20e6dfd6df5cf73baddc9490df459195105e7bdd5d5b01313e2a80c99e8c51bcd616218358cb43dbe5c270fbbf398e1bc78c9bfb66eda35f771
b2sums = d17293c5fdfa45725f896e15c3334d9533550a611177cd63c3a16e6a36986e1a0e5affc68699b62363103baf49ec1e485daf4222165a235740dad224db292f2a
pkgname = python-sphinxygen

View File

@ -3,8 +3,8 @@
_name=sphinxygen
pkgname=python-sphinxygen
pkgver=1.0.4
pkgrel=3
pkgver=1.0.6
pkgrel=1
pkgdesc="A script to read Doxygen XML output and emit ReST for Sphinx"
arch=(any)
url="https://gitlab.com/drobilla/sphinxygen"
@ -25,8 +25,8 @@ optdepends=(
'python-html5lib: for HTML5 support'
)
source=($url/-/archive/v$pkgver/$_name-v$pkgver.tar.gz)
sha512sums=('38ac258850fe6ab38e88c7b59d41e1400b89b13443862a0a9e7c7d1a2e3b887660f1cb17ce94737bc6366025172b40a50da0107d970120610fc9410f41c3250c')
b2sums=('48c99ba80ebdc9f2ed9ef147d8d7c4f0deb7d4e1118ff6969cf510a0a10bc2335fa9ba91fb38caf60b8770a023e7a0730efa0a5606726dd1d0292650374d9271')
sha512sums=('27bf5275fa37d20e6dfd6df5cf73baddc9490df459195105e7bdd5d5b01313e2a80c99e8c51bcd616218358cb43dbe5c270fbbf398e1bc78c9bfb66eda35f771')
b2sums=('d17293c5fdfa45725f896e15c3334d9533550a611177cd63c3a16e6a36986e1a0e5affc68699b62363103baf49ec1e485daf4222165a235740dad224db292f2a')
validpgpkeys=()
build() {