author | Christian Heusel
<gromit@archlinux.org> 2024-04-08 00:32:45 UTC |
committer | Christian Heusel
<gromit@archlinux.org> 2024-04-08 00:32:45 UTC |
parent | 7419b8568f91f53c72023253386db348afa7cf37 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 3405f81..99d8540 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 = 1 + pkgrel = 2 url = https://gitlab.com/drobilla/sphinxygen arch = any license = 0BSD or ISC diff --git a/PKGBUILD b/PKGBUILD index f048204..8debf97 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _name=sphinxygen pkgname=python-sphinxygen pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="A script to read Doxygen XML output and emit ReST for Sphinx" arch=(any) url="https://gitlab.com/drobilla/sphinxygen"