From acbe08b15c4fc3c8d966a345d6d77fa182b7797c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Aug 2018 23:28:15 -0300 Subject: [PATCH] python-configobj: fix license= --- srcpkgs/python-configobj/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template index dba6db3e3f8..bcf7eea69e1 100644 --- a/srcpkgs/python-configobj/template +++ b/srcpkgs/python-configobj/template @@ -1,19 +1,23 @@ # Template file for 'python-configobj' pkgname=python-configobj version=5.0.6 -revision=3 +revision=4 noarch=yes wrksrc="configobj-${version}" build_style=python-module hostmakedepends="python-devel python3-devel" depends="python-six" maintainer="Orphaned " -license="New BSD" +license="BSD-3-Clause" homepage="https://github.com/DiffSK/configobj" short_desc="Simple but powerful config file reader and writer (Python2)" distfiles="https://github.com/DiffSK/configobj/archive/v${version}.tar.gz" checksum=2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e +post_install() { + vlicense LICENSE +} + python3-configobj_package() { noarch=yes short_desc="${short_desc/Python2/Python3}"