From 1c01254e9b1babaee56f53a3e2b16a43207a8eb9 Mon Sep 17 00:00:00 2001 From: purian23 Date: Tue, 21 Jul 2026 19:28:26 -0400 Subject: [PATCH] fix(void): update working templates on dms-git Port 1.5 --- distro/void/srcpkgs/dms-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/void/srcpkgs/dms-git/template b/distro/void/srcpkgs/dms-git/template index dc5656604..cbd9d2ef2 100644 --- a/distro/void/srcpkgs/dms-git/template +++ b/distro/void/srcpkgs/dms-git/template @@ -16,7 +16,7 @@ revision=1 create_wrksrc=yes build_style=go build_wrksrc="core" -hostmakedepends="make" +hostmakedepends="make tar" go_import_path="github.com/AvengeMedia/DankMaterialShell/core" go_package="${go_import_path}/cmd/dms" go_build_tags="distro_binary withshell"