From 418ad97f8e23a3174189946af4e22fe37264c259 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Thu, 14 Jan 2016 00:11:27 +0100 Subject: [PATCH] otto: unrevbump "Releases" are useless when they contain neither a list of dependencies, nor vendored dependencies. It is impossible to build otto now without backporting a ton of patches. They'll get their rebuild when they release a new version. --- srcpkgs/otto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/otto/template b/srcpkgs/otto/template index ea852f97e8d..503cbd8b3cc 100644 --- a/srcpkgs/otto/template +++ b/srcpkgs/otto/template @@ -1,7 +1,7 @@ # Template file for 'otto' pkgname=otto version=0.1.1 -revision=2 +revision=1 build_style=go hostmakedepends="go git" go_import_path="github.com/hashicorp/otto"