From 32b9bb6a7df15c50ae11ac388c1e833a3791f325 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 12 May 2020 10:36:40 -0400 Subject: [PATCH] croc: fix go_import_path to fetch correct version --- srcpkgs/croc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template index 11f8a0a26dc57a..d9eb819eaf3893 100644 --- a/srcpkgs/croc/template +++ b/srcpkgs/croc/template @@ -1,9 +1,9 @@ # Template file for 'croc' pkgname=croc version=8.0.10 -revision=1 +revision=2 build_style=go -go_import_path=github.com/schollz/croc/v6 +go_import_path=github.com/schollz/croc/v${version%%.*} hostmakedepends="git" short_desc="Easily and securely send things from one computer to another" maintainer="Benjamín Albiñana "