From 599d6aea29d9d4364d4e62877c44f46b3ad7e0c3 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 19 Feb 2016 21:44:20 +0100 Subject: [PATCH] hugo: depend on git-perl for go get --- srcpkgs/hugo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 1ed57514aac..06265be145f 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -3,7 +3,7 @@ pkgname=hugo version=0.15 revision=1 build_style=go -hostmakedepends="git mercurial" +hostmakedepends="git-perl mercurial" depends="python-Pygments" go_import_path="github.com/spf13/${pkgname}" short_desc="A Fast & Modern Static Website Engine"