diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index 75c7d140f1..6a0eaee7cc 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -1,13 +1,14 @@ # Template file for 'pelican' pkgname=pelican version=3.1.1 -revision=1 +revision=2 create_srcdir=yes noarch=yes pycompile_module="pelican" build_style=python-module depends="python>=2.7 python-feedgenerator python-jinja - python-Pygments python-docutils python-blinker python-Markdown" + python-Pygments python-docutils python-blinker python-Unidecode + python-Markdown" makedepends="python-devel python-distribute" crossmakedepends="python-devel" short_desc="Static site generator, written in Python"