pelican: Update to 4.7.0

This commit is contained in:
Konstantin Podsvirov
2021-10-04 23:03:57 +03:00
parent 2713f2eb90
commit bc195812f8

View File

@@ -3,7 +3,7 @@
_realname=pelican
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.6.0
pkgver=4.7.0
pkgrel=1
pkgdesc='A tool to generate a static blog, with restructured text (or markdown) input files (mingw-w64)'
arch=('any')
@@ -19,7 +19,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-blinker"
"${MINGW_PACKAGE_PREFIX}-python-unidecode"
"${MINGW_PACKAGE_PREFIX}-python-six"
"${MINGW_PACKAGE_PREFIX}-python-dateutil")
"${MINGW_PACKAGE_PREFIX}-python-dateutil"
"${MINGW_PACKAGE_PREFIX}-python-rich")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-sphinx"
"${MINGW_PACKAGE_PREFIX}-python-sphinx_rtd_theme")
@@ -39,7 +40,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-markdown: Markdown support"
#"${MINGW_PACKAGE_PREFIX}-python-mdx-video: easier embedding of youtube videos in markdown"
)
source=("pelican-${pkgver}.tar.gz"::"https://github.com/getpelican/pelican/archive/${pkgver}.tar.gz")
sha256sums=('10ce79afba58ba70accbfe827f114e69d60ba4ec5088b628c15c6a9be1220b8e')
sha256sums=('e062d4fcc06637b90016fa93b554b1b19ac7ed75a43b1d90d41eaf2fc37ec5cf')
prepare() {
cd "${srcdir}"