From 8abe5780dd9545b3a3676843313d566c7b16ef41 Mon Sep 17 00:00:00 2001
From: "R. Keoni Garcia" <keoni@Tauriel.local>
Date: Sun, 1 Nov 2015 11:04:57 -0600
Subject: [PATCH] fix for v0.6.0 package build number

---
 conda-recipe/cspov/meta.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/conda-recipe/cspov/meta.yaml b/conda-recipe/cspov/meta.yaml
index 90ba5812..5a05a3e5 100644
--- a/conda-recipe/cspov/meta.yaml
+++ b/conda-recipe/cspov/meta.yaml
@@ -23,8 +23,7 @@ build:
 
   # If this is a new build for the same version, increment the build
   # number. If you do not include this key, it defaults to 0.
-  # FIXME
-  number: 1
+  number: 0
 
 requirements:
   build:
-- 
GitLab