parent
509f0c2637
commit
30e813d0e6
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'pelican'
|
# Template file for 'pelican'
|
||||||
pkgname=pelican
|
pkgname=pelican
|
||||||
version=3.1.1
|
version=3.3.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch="yes"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel python-feedgenerator python-jinja
|
makedepends="python-devel python-feedgenerator python-jinja
|
||||||
python-Pygments python-docutils python-blinker python-Unidecode
|
python-Pygments python-docutils python-blinker python-Unidecode
|
||||||
python-Markdown"
|
python-Markdown"
|
||||||
|
@ -12,7 +12,7 @@ depends="${makedepends}"
|
||||||
pycompile_module="pelican"
|
pycompile_module="pelican"
|
||||||
short_desc="Static site generator, written in Python"
|
short_desc="Static site generator, written in Python"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://github.com/getpelican/pelican"
|
homepage="http://getpelican.com/"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
distfiles="https://github.com/getpelican/pelican/archive/${version}.tar.gz"
|
distfiles="https://github.com/getpelican/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=d7e2f83a0168ab9b3fd7c7380abbe58f0a95088221e1ecc0a610d72902d39cd8
|
checksum=3ad536aaaf639221bd8ea921989824107070e80e5fbf14d6e7870aed421d7f32
|
||||||
|
|
Loading…
Reference in New Issue