git » python-markdown-it-py.git » commit 174cc47

Python 3.9 rebuild

author Felix Yan
2020-11-11 15:18:32 UTC
committer Felix Yan
2020-11-11 15:18:32 UTC
parent e9c11f9b930b87be9ade6340d31c021b4e85cb72

Python 3.9 rebuild

PKGBUILD +1 -1

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