git » python-markdown-it-py.git » commit c94adc9

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

author Felix Yan
2023-04-06 02:13:05 UTC
committer Felix Yan
2023-04-06 02:13:05 UTC
parent af0882afbbc6ebb0ed55b01b12206e56c4798343

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

PKGBUILD +1 -1

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