From f78900b59c1c3cbeb56b2c507ce57f1998e5f6dd Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 29 Apr 2023 18:05:45 +0200 Subject: [PATCH] tml: fix built in version --- srcpkgs/tml/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tml/template b/srcpkgs/tml/template index 2421b8d59cd..e7b794000e5 100644 --- a/srcpkgs/tml/template +++ b/srcpkgs/tml/template @@ -1,11 +1,11 @@ # Template file for 'tml' pkgname=tml version=0.6.0 -revision=2 +revision=3 build_style=go go_import_path="github.com/liamg/tml" go_package="github.com/liamg/tml/tml" -go_ldflags="-X github.com/liamg/tml/version.Version=${TRAVIS_TAG}" +go_ldflags="-X github.com/liamg/tml/version.Version=v${version}" short_desc="Tiny markup language for terminal output" maintainer="Benjamín Albiñana " license="Unlicense"