From 8a7ee8aec394c7f9d66505a1888b5f34a191c01e Mon Sep 17 00:00:00 2001
From: Tristan Walter <twalter@orn.mpg.de>
Date: Thu, 8 Oct 2020 12:14:03 +0200
Subject: [PATCH] meta update

---
 conda/build_conda_package.sh | 2 +-
 conda/meta.yaml              | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conda/build_conda_package.sh b/conda/build_conda_package.sh
index 92cdf9c..fd6e763 100755
--- a/conda/build_conda_package.sh
+++ b/conda/build_conda_package.sh
@@ -1,7 +1,7 @@
 conda build purge
 
 if [ "$(uname)" == "Linux" ]; then
-	conda build . -c anaconda -c tom.schoonjans
+	conda build . -c conda-forge
 else
 	conda build . -c anaconda
 fi
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 42b2f34..75d703d 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -3,8 +3,8 @@ package:
   version: "1.0"
   
 source:
-    git_url: http://134.76.19.68/CameraSoftware/FishTracker.git
-    git_rev: 9c0b463e0139ada0736a49402d42ceee79d5edd8
+    git_url: https://github.com/mooch443/trex.git
+    git_rev: ff4deeec58f498ec189a80593c8a546bc84c855b
     git_depth: 1
 
 build:
@@ -61,7 +61,7 @@ requirements:
     - python [win]
     - ffmpeg ==4.0 [not win]
     - python =3.6 [not win]
-    - glfw3 [linux]
+    - glfw [linux]
     
   run:
     - tensorflow-gpu ==1.13.* [not osx]
@@ -75,7 +75,7 @@ requirements:
     - python =3.6 [not win]
     - py-opencv
     - opencv
-    - glfw3 [linux]
+    - glfw [linux]
 
 about:
   home: https://trex.run
-- 
GitLab