From a700c2c4e4d49abdecd89db3a056996f2113c686 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 5 Apr 2022 17:10:57 +0800 Subject: [PATCH] windows: depend on artiq-comtools --- windows/PKGBUILD.artiq | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/PKGBUILD.artiq b/windows/PKGBUILD.artiq index 4d3ff9f43..0a82f71e0 100644 --- a/windows/PKGBUILD.artiq +++ b/windows/PKGBUILD.artiq @@ -16,6 +16,7 @@ depends=( "mingw-w64-x86_64-python-pygit2" "mingw-w64-x86_64-python-sipyco" "mingw-w64-x86_64-nac3artiq" + "mingw-w64-x86_64-artiq-comtools" ) source PKGBUILD.common