From 37233ba7ff76f22aba2d516c88b33426e7414fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 19 Feb 2021 01:10:39 -0300 Subject: [PATCH] saml2aws: fix go_import_path. --- srcpkgs/saml2aws/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/saml2aws/template b/srcpkgs/saml2aws/template index 7809c2a7469..e2dfe5543ba 100644 --- a/srcpkgs/saml2aws/template +++ b/srcpkgs/saml2aws/template @@ -1,9 +1,9 @@ # Template file for 'saml2aws' pkgname=saml2aws version=2.26.2 -revision=1 +revision=2 build_style=go -go_import_path=github.com/Versent/saml2aws +go_import_path=github.com/Versent/saml2aws/v2 go_package="$go_import_path/cmd/saml2aws" go_ldflags="-X main.Version=${version}" hostmakedepends="git"