From 4b1fd6118e658d526cc89b752c181f0f8366d0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 23 Oct 2018 16:17:36 +0200 Subject: [PATCH] pelican: rebuild for metadata --- srcpkgs/pelican/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index 9478d448637..bc31c12aacf 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -1,7 +1,7 @@ # Template file for 'pelican' pkgname=pelican version=3.7.1 -revision=1 +revision=2 noarch=yes build_style=python2-module pycompile_module="pelican" @@ -11,7 +11,11 @@ depends="python-setuptools python-feedgenerator python-Jinja2 python-Pygments python-dateutil" short_desc="Static site generator written in Python" maintainer="Juan RP " -homepage="http://getpelican.com/" license="AGPL-3" +homepage="http://getpelican.com/" distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz" checksum=2a5347fe47464ee743bff99b6e81d1b5823f2e70e7be5bd6ed66a5bdd5f3578b + +post_install() { + vlicense LICENSE +}