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"