From 453bf42ca515c82fe218eab9f5c87e069227cdbf Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Thu, 14 Jan 2016 00:23:17 +0100 Subject: [PATCH] hugo: unrevbump "Releases" are useless when they contain neither a list of dependencies, nor vendored dependencies. It is impossible to build hugo now without backporting a ton of patches. They'll get their rebuild when they release a new version. --- srcpkgs/hugo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index 0b2bf3edc98..1ed57514aac 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,7 +1,7 @@ # Template file for 'hugo' pkgname=hugo version=0.15 -revision=2 +revision=1 build_style=go hostmakedepends="git mercurial" depends="python-Pygments"