| author | Filipe Laíns
<lains@archlinux.org> 2021-01-05 16:18:48 UTC |
| committer | Filipe Laíns
<lains@archlinux.org> 2021-01-05 16:18:48 UTC |
| parent | 9ce286d6a482e6cb098db0d243ff758282981062 |
| PKGBUILD | +6 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 9d79e0a..510c583 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,18 @@ _pkgname=MyST-Parser pkgname=python-myst-parser -pkgver=0.12.10 -pkgrel=3 +pkgver=0.13.1 +pkgrel=1 pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx' arch=('any') url='https://github.com/executablebooks/MyST-Parser' license=('MIT') -depends=('python-markdown-it-py' 'python-yaml' 'python-docutils' 'python-sphinx') +depends=('python-markdown-it-py' 'python-mdit_py_plugins' 'python-yaml' 'python-docutils' 'python-sphinx' 'python-jinja') +optdepends=('python-linkify-it-py: linkify support') makedepends=('python-setuptools') -checkdepends=('python-pytest' 'python-pytest-regressions' 'python-beautifulsoup4') +checkdepends=('python-pytest' 'python-pytest-regressions' 'python-beautifulsoup4' 'python-linkify-it-py') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('6f68568741f6359ba0add564318d355a0af62cd1aedcce155da77402756dda83b98bf6300eed33589908e2a233fbcf5095ca5e04e89da80d3f2ead41d15ab0b2') +sha512sums=('4692aaa629bb9b663ff868c72fab3a1b3228cb1ff2136a27ca234b965209ca716386019e5a5d4158453015b2a5e8707ea39044406e124d001e0b1615380fa182') build() { cd $_pkgname-$pkgver