From 86c2fd8f902ef6a6c2d4c93e240cf0c9d3f42997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 13 Nov 2018 19:27:13 +0100 Subject: [PATCH] mailpile: rebuild for metadata --- srcpkgs/mailpile/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/mailpile/template b/srcpkgs/mailpile/template index 47e39f1484..c6ac5ad215 100644 --- a/srcpkgs/mailpile/template +++ b/srcpkgs/mailpile/template @@ -1,17 +1,22 @@ # Template file for 'mailpile' pkgname=mailpile version=0.5.2 -revision=2 -wrksrc=Mailpile-${version} +revision=3 noarch=yes +wrksrc="Mailpile-${version}" build_style=python2-module +pycompile_module="static mailpile" hostmakedepends="python-setuptools" depends="python python-Jinja2 python-lxml python-MarkupSafe python-Pillow python-spambayes python-pydns python-pgpdump gnupg python-setuptools" -pycompile_module="static $pkgname" short_desc="Modern email client with user-friendly encryption and privacy features" maintainer="Duncaen " -license="AGPL-3, Apache-2.0" +license="AGPL-3.0-or-later" homepage="https://mailpile.is" distfiles="https://github.com/mailpile/Mailpile/archive/${version}.tar.gz" checksum=2619dd0711628e25e216bec196d42381e50d45d943a727177f11f8ce89e26004 + +post_install() { + vlicense COPYING.md + vlicense AGPLv3.txt +}