| author | Jelle van der Waa
<jelle@archlinux.org> 2024-11-19 20:24:53 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-11-19 20:24:53 UTC |
| parent | 2c1a29eda873ec44a7101d7e45d031b279d4505c |
| .SRCINFO | +1 | -1 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 56d4477..af84284 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-mdit_py_plugins pkgdesc = Collection of core plugins for markdown-it-py pkgver = 0.4.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/executablebooks/mdit-py-plugins arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index fd17a0e..f8f11a9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=mdit-py-plugins pkgname=python-mdit_py_plugins pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Collection of core plugins for markdown-it-py' arch=('any') url='https://github.com/executablebooks/mdit-py-plugins'