[arch-commits] Commit in python-markdown-it-py/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Jan 5 16:04:53 UTC 2021


    Date: Tuesday, January 5, 2021 @ 16:04:52
  Author: ffy00
Revision: 809433

upgpkg: python-markdown-it-py 0.6.1-1

Modified:
  python-markdown-it-py/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 16:04:47 UTC (rev 809432)
+++ PKGBUILD	2021-01-05 16:04:52 UTC (rev 809433)
@@ -2,7 +2,7 @@
 
 _pkgname=markdown-it-py
 pkgname=python-$_pkgname
-pkgver=0.5.8
+pkgver=0.6.1
 pkgrel=1
 pkgdesc='Python port of markdown-it. Markdown parsing, done right!'
 arch=('any')
@@ -9,10 +9,11 @@
 url='https://github.com/executablebooks/markdown-it-py'
 license=('MIT')
 depends=('python-attrs')
+optdepends=('python-mdit_py_plugins: core plugins')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-regressions' 'python-pytest-benchmark' 'python-psutil')
+checkdepends=('python-pytest' 'python-pytest-regressions' 'python-pytest-benchmark' 'python-psutil' 'python-mdit_py_plugins')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('7d5966764a363ccc40a46aa541e39d470e2bb9f42a1a3b4e941cb42750b3549731ccbc68326527c6cd2412343339a25d5d83b197bc554d743b31ec7879a190f6')
+sha512sums=('10d13470a20b00e18daefb8ef0fcd5aea7bbcfef88d69670553f8e2f72528467a6f0121824896b4329f38b8979dbb7152452da7f1bfb87d9579c2075754635bd')
 
 build() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list