diff --git a/meta.yaml b/meta.yaml
index a27b2ff2427672f866fb7aa3634d8368e2a6a677..bbaa2afaab44eddb1ab5374582575183a3b98f9b 100644
--- a/meta.yaml
+++ b/meta.yaml
@@ -1,14 +1,14 @@
 # This is a FSL conda recipe for:              fsl-lesions
-# The project git repository is:               https://git.fmrib.ox.ac.uk/fsl/lesions.git
+# The project git repository is:               https://git.fmrib.ox.ac.uk//fsl/lesions.git
 # The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-lesions.git
 
 {% set name       = 'fsl-lesions' %}
 {% set version    = '1909.1' %}
-{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/lesions.git' %}
-{% set build      = '0' %}
+{% set repository = 'https://git.fmrib.ox.ac.uk//fsl/lesions.git' %}
+{% set build      = '1' %}
 
 package:
-  name:    {{ name }}
+  name:    {{ name    }}
   version: {{ version }}
 
 source:
@@ -16,7 +16,7 @@ source:
   # environment variables can be used to override
   # the repository/revision for development purposes.
   git_url: {{ os.environ.get("FSLCONDA_REPOSITORY", repository) }}
-  git_rev: {{ os.environ.get("FSLCONDA_REVISION",   version) }}
+  git_rev: {{ os.environ.get("FSLCONDA_REVISION",   version   ) }}
 
 build:
   number: {{ build }}
@@ -24,14 +24,18 @@ build:
     strong:
       - {{ name }}
 
+
 requirements:
   host:
-    - {{ compiler("cxx") }}
-    - fsl-base >=2012.0
-    - make
+    - fsl-base >=2101.5
+    - nil 
     - fsl-armawrap >=0.4.1
     - fsl-miscmaths >=2010.0
     - fsl-newimage >=2011.0
     - fsl-newnifti >=3.0.6
     - fsl-utils >=2007.0
     - fsl-znzlib >=2012.0
+  build:
+    - {{ compiler("cxx") }}
+    - make
+