pelican: update to 4.0.1.
This commit is contained in:
parent
aca6b5c5b7
commit
a354e5998c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pelican'
|
||||
pkgname=pelican
|
||||
version=3.7.1
|
||||
revision=2
|
||||
version=4.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
pycompile_module="pelican"
|
||||
|
@ -11,10 +11,11 @@ depends="python-setuptools python-feedgenerator python-Jinja2 python-Pygments
|
|||
python-dateutil"
|
||||
short_desc="Static site generator written in Python"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="AGPL-3"
|
||||
homepage="http://getpelican.com/"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://getpelican.com/"
|
||||
changelog="https://raw.githubusercontent.com/getpelican/pelican/${version}/docs/changelog.rst"
|
||||
distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz"
|
||||
checksum=2a5347fe47464ee743bff99b6e81d1b5823f2e70e7be5bd6ed66a5bdd5f3578b
|
||||
checksum=990aa8b62a7bcb34c7585e5a67d05a10690ab2fff3cb761d0a94826cec51cd17
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue