From b60e5e0bd3df8cc15b49f6ef69b7531208c722e5 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Wed, 13 Jan 2016 21:53:22 +0100 Subject: [PATCH] hugo: revbump to build with Go 1.5.3 --- srcpkgs/hugo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 1ed57514aac..0b2bf3edc98 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,7 +1,7 @@ # Template file for 'hugo' pkgname=hugo version=0.15 -revision=1 +revision=2 build_style=go hostmakedepends="git mercurial" depends="python-Pygments"