summaryrefslogtreecommitdiff
path: root/imexam
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-11-07 10:34:51 -0500
committerGitHub <noreply@github.com>2017-11-07 10:34:51 -0500
commit05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (patch)
treecc0896850a5e349463a19866eb5b64e66a4803f4 /imexam
parent4b0f86cd104a7c2bf5f392bb1c3dd3e78ada6ce1 (diff)
downloadastroconda-contrib-05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22.tar.gz
Remove "v" prefix handling for version string.
Diffstat (limited to 'imexam')
-rw-r--r--imexam/meta.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/imexam/meta.yaml b/imexam/meta.yaml
index 1b580d1..f68232f 100644
--- a/imexam/meta.yaml
+++ b/imexam/meta.yaml
@@ -1,6 +1,5 @@
{% set name = 'imexam' %}
{% set version = '0.8.0' %}
-{% set tag = 'v' + version %}
{% set number = '0' %}
about:
@@ -41,7 +40,7 @@ requirements:
- python x.x
source:
- git_tag: {{ tag }}
+ git_tag: {{ version }}
git_url: https://github.com/spacetelescope/{{ name }}.git
test: