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

Python 3.10 rebuild

author Felix Yan
2021-12-02 12:02:20 UTC
committer Felix Yan
2021-12-02 12:02:20 UTC
parent 994d3fe7ba0fafdf5c3ff7394ccaf6187ae846a3

Python 3.10 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index c14e36d..783cc64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=markdown-it-py
 pkgname=python-$_pkgname
 pkgver=1.1.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'