| author | Daniel M. Capella
<polyzen@archlinux.org> 2024-04-05 01:43:37 UTC |
| committer | Daniel M. Capella
<polyzen@archlinux.org> 2024-04-05 01:47:48 UTC |
| parent | 22e5dd8a827445190ff19564b0084fe2acca2540 |
| .SRCINFO | +17 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..c1387ce --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = python-mdit_py_plugins + pkgdesc = Collection of core plugins for markdown-it-py + pkgver = 0.4.0 + pkgrel = 2 + url = https://github.com/executablebooks/mdit-py-plugins + arch = any + license = MIT + checkdepends = python-pytest + checkdepends = python-pytest-regressions + makedepends = python-build + makedepends = python-installer + makedepends = python-flit-core + depends = python-markdown-it-py + source = python-mdit_py_plugins-0.4.0.tar.gz::https://github.com/executablebooks/mdit-py-plugins/archive/v0.4.0.tar.gz + sha512sums = cdcce7a3819120923b7725daae0bf7a833c4da4487c49ff1a067fecf7d5e8f7a7be2fae03f3b821c766d7d6ebed4a298755ad5edb00adf73300a76a5663d67d6 + +pkgname = python-mdit_py_plugins diff --git a/PKGBUILD b/PKGBUILD index d480979..3f3fbd8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=mdit-py-plugins pkgname=python-mdit_py_plugins pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc='Collection of core plugins for markdown-it-py' arch=('any') url='https://github.com/executablebooks/mdit-py-plugins'