From f8c233ec002152b92d9173462b1fca14ddb083b9 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 8 May 2018 19:31:19 -0700 Subject: [PATCH] PopCorn: depend on snooze --- srcpkgs/PopCorn/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/PopCorn/template b/srcpkgs/PopCorn/template index a86948fcd3b..928fac3b8a8 100644 --- a/srcpkgs/PopCorn/template +++ b/srcpkgs/PopCorn/template @@ -1,11 +1,12 @@ # Template file for 'PopCorn' pkgname=PopCorn version=0.2.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/the-maldridge/popcorn" go_package="${go_import_path}/cmd/popcorn ${go_import_path}/cmd/popcornctl ${go_import_path}/cmd/statrepo" hostmakedepends="dep" +depends="snooze" short_desc="Package statistics system" maintainer="Michael Aldridge " license="MIT"