git » python-markdown-it-py.git » commit 408328a

rebuild with python 3.11

author Felix Yan
2023-04-10 10:55:33 UTC
committer Felix Yan
2023-04-10 10:55:33 UTC
parent c94adc98922722e4a7f940083facefc76bf87d18

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 4c4c204..dccfd93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=markdown-it-py
 pkgname=python-$_pkgname
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python port of markdown-it. Markdown parsing, done right!'
 arch=('any')
 url='https://github.com/executablebooks/markdown-it-py'