From b4315da69d45a7bb88032425dcbc37f5eba394d9 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 1 May 2022 12:52:10 +0200 Subject: [PATCH] tml: remove git build dep --- srcpkgs/tml/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/tml/template b/srcpkgs/tml/template index 46ab37c0a3d..21810a85215 100644 --- a/srcpkgs/tml/template +++ b/srcpkgs/tml/template @@ -6,7 +6,6 @@ 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}" -hostmakedepends="git" short_desc="Tiny markup language for terminal output" maintainer="Benjamín Albiñana " license="Unlicense"