From b7b87aa7d5391648bdb755d34b08ff9184183306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= Date: Thu, 23 Jul 2020 13:36:21 +0200 Subject: [PATCH] tml: update to 0.3.0. --- srcpkgs/tml/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tml/template b/srcpkgs/tml/template index c1795022ac0..494883b1010 100644 --- a/srcpkgs/tml/template +++ b/srcpkgs/tml/template @@ -1,6 +1,6 @@ # Template file for 'tml' pkgname=tml -version=0.2.0 +version=0.3.0 revision=1 build_style=go go_import_path="github.com/liamg/tml" @@ -8,7 +8,11 @@ go_package="github.com/liamg/tml/tml" hostmakedepends="git" short_desc="Tiny markup language for terminal output" maintainer="Benjamín Albiñana " -license="GPL-3.0-only" +license="Unlicense" homepage="https://github.com/liamg/tml" distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz" -checksum=4a1a2774cb092981dc44a5d3eb6c906457ce2bba7571fca35df5a4ee0b2b7405 +checksum=083d0252827d13da36a0b9c967d522adf31f8ce770a00c29d84a197d0102216e + +post_install() { + vlicense LICENSE +}