From eee97fd6505816234bdb72e637fc3e5cfac1bb2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 18 Feb 2021 23:57:10 -0300 Subject: [PATCH] hydroxide: set correct go_import_path and use go_package. --- srcpkgs/hydroxide/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template index 86cc09417aa..bd4dc1b255e 100644 --- a/srcpkgs/hydroxide/template +++ b/srcpkgs/hydroxide/template @@ -3,7 +3,8 @@ pkgname=hydroxide version=0.2.17 revision=1 build_style=go -go_import_path=github.com/emersion/hydroxide/cmd/hydroxide +go_import_path=github.com/emersion/hydroxide +go_package=$go_import_path/cmd/hydroxide hostmakedepends="git" short_desc="Third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge" maintainer="DirectorX "