From 569cdf0d73fd6ed30ad12d127ba0db50fda6fba6 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Sun, 26 Oct 2014 14:47:36 -0400 Subject: [PATCH] changes WinRPM packages names hopefully to the correct ones --- deps/build.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/build.jl b/deps/build.jl index 3395fb7..1361396 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -22,8 +22,8 @@ end @windows_only begin using WinRPM - provides(WinRPM.RPM, "portaudio", libportaudio, os = :Windows) - provides(WinRPM.RPM, "libsndfile", libsndfile, os = :Windows) + provides(WinRPM.RPM, "libportaudio2", libportaudio, os = :Windows) + provides(WinRPM.RPM, "libsndfile1", libsndfile, os = :Windows) end @BinDeps.install [:libportaudio => :libportaudio,