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",