diff --git a/python-mistune1/.SRCINFO b/python-mistune1/.SRCINFO index c03996bd..6a37b4bd 100644 --- a/python-mistune1/.SRCINFO +++ b/python-mistune1/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-mistune1 pkgdesc = A fast yet powerful Python Markdown parser with renderers and plugins pkgver = 0.8.4 - pkgrel = 5 + pkgrel = 6 url = https://github.com/lepture/mistune arch = any license = BSD-3-Clause diff --git a/python-mistune1/.nvchecker.toml b/python-mistune1/.nvchecker.toml new file mode 100644 index 00000000..00247bad --- /dev/null +++ b/python-mistune1/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-mistune1] +source = "pypi" +pypi = "mistune" +include_regex = "0\\..*" diff --git a/python-mistune1/PKGBUILD b/python-mistune1/PKGBUILD index c0765a5d..3dc6252d 100644 --- a/python-mistune1/PKGBUILD +++ b/python-mistune1/PKGBUILD @@ -3,7 +3,7 @@ _name=mistune pkgname=python-mistune1 pkgver=0.8.4 -pkgrel=5 +pkgrel=6 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins" arch=('any') url="https://github.com/lepture/mistune"