python-markdown-include: update to 0.8.1

This commit is contained in:
Mehdi Chinoune
2023-02-07 12:35:08 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 5aab0782ab
commit 35ebd21f5f

View File

@@ -4,7 +4,7 @@ _pyname=markdown-include
_realname=${_pyname}
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.8.0
pkgver=0.8.1
pkgrel=1
pkgdesc="Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents (mingw-w64)"
url="https://github.com/cmacmackin/md-environ/"
@@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('b8f6b6f4e8b506cbe773d7e26c74a97d1354c35f3a3452d3449140a8f578d665')
sha256sums=('1d0623e0fc2757c38d35df53752768356162284259d259c486b4ab6285cdbbe3')
prepare() {
cd ${srcdir}