git » python-myst-parser.git » commit 1014273

upgpkg: 3.0.0-2: Rebuild with Python 3.12

author Caleb Maclennan
2024-04-23 18:03:56 UTC
committer Caleb Maclennan
2024-04-23 18:03:56 UTC
parent 259fec8340f8f79c0a4a54c555a865eb9b41c0c5

upgpkg: 3.0.0-2: Rebuild with Python 3.12

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 1c54805..6104892 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 = 3.0.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/executablebooks/MyST-Parser
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6fca821..d24bef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 _pkgname=MyST-Parser
 pkgname=python-myst-parser
 pkgver=3.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'