| author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-19 20:28:16 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-19 20:28:16 UTC |
| parent | 40f595a4630a81e0783943c9a424c1b733e5bd73 |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index f2fba81..2e88399 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-myst-parser pkgdesc = An extended commonmark compliant parser, with bridges to docutils/sphinx pkgver = 4.0.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/executablebooks/MyST-Parser arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index 7e9fade..e00bf33 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=MyST-Parser pkgname=python-myst-parser pkgver=4.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx' arch=('any') url='https://github.com/executablebooks/MyST-Parser'