python-mistune: Update to 0.8.4

This commit is contained in:
Alexey Pavlov
2018-10-24 08:49:55 +03:00
parent 0bd4b7cc07
commit 49bbe37bbc

View File

@@ -3,8 +3,8 @@
_realname=mistune
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.8.3
pkgrel=2
pkgver=0.8.4
pkgrel=1
pkgdesc="The fastest markdown parser in pure Python with renderer feature (mingw-w64)"
arch=('any')
url="https://github.com/lepture/mistune"
@@ -13,7 +13,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
sha256sums=('666c93fc10cb0aa924a373898a709eba4d43f4e453264a4c7396878ec8145a4a')
sha256sums=('a1443771ea9ed7268a0cb3cf31462604ae148938ba32070bd5c54545f8f36a5d')
all_build() {
cd "${srcdir}/${_realname}-${pkgver}"