From 2c937a8f1cd1771f8ca5dd3fe774bd0bce0412ce Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Tue, 2 Oct 2018 18:51:36 -0700 Subject: [PATCH] Update conanfile and readme --- README.md | 1 + conanfile.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a23c59b..9aaed3b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Thanks to [hunternet93](https://github.com/hunternet93) for starting the reimple ```sh conan remote add eliza "https://api.bintray.com/conan/eliza/conan" +conan remote add gooborg "https://api.bintray.com/conan/gooborgstudios/conan" conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan" ``` diff --git a/conanfile.py b/conanfile.py index f2fb976..2aa3874 100644 --- a/conanfile.py +++ b/conanfile.py @@ -15,7 +15,7 @@ class MkxpConan(ConanFile): "boost/1.68.0@conan/stable", "openal/1.18.2@bincrafters/stable", "physfs/3.0.1@eliza/stable", - "pixman/0.34.0@eliza/stable", + "pixman/0.34.0@bincrafters/stable", "ruby-mkxp/2.5.1@eliza/stable", "sdl2/2.0.8@bincrafters/stable", "sdl2_image/2.0.3@bincrafters/stable",