diff --git a/cmake/modules/win32-prepare-deps.cmake b/cmake/modules/win32-prepare-deps.cmake index f8fc32f1e..58b1ec8be 100644 --- a/cmake/modules/win32-prepare-deps.cmake +++ b/cmake/modules/win32-prepare-deps.cmake @@ -446,7 +446,7 @@ if(WIN32) libhunspell.dll libotr-5.dll libotr.dll - libomemo-conversations.dll + libomemo-c.dll libssl-1_1-x64.dll libssl-3-x64.dll libssl-1_1.dll diff --git a/linux/com.psi_plus.Psi_plus.json b/linux/com.psi_plus.Psi_plus.json index 4a4178de0..d923c910b 100644 --- a/linux/com.psi_plus.Psi_plus.json +++ b/linux/com.psi_plus.Psi_plus.json @@ -100,7 +100,7 @@ "sources": [ { "type": "git", - "url": "https://github.com/gkdr/libomemo.git" + "url": "https://github.com/dino/libomemo-c.git" } ] }, diff --git a/linux/org.psi_im.Psi.json b/linux/org.psi_im.Psi.json index 44d3b1286..9c15f3c4c 100644 --- a/linux/org.psi_im.Psi.json +++ b/linux/org.psi_im.Psi.json @@ -100,7 +100,7 @@ "sources": [ { "type": "git", - "url": "https://github.com/gkdr/libomemo.git" + "url": "https://github.com/dino/libomemo-c.git" } ] }, diff --git a/tests/travis-ci/install-build-depends.sh b/tests/travis-ci/install-build-depends.sh index b6c6a0932..450295754 100755 --- a/tests/travis-ci/install-build-depends.sh +++ b/tests/travis-ci/install-build-depends.sh @@ -67,7 +67,6 @@ then ${PREFIX}-hunspell \ ${PREFIX}-minizip \ ${PREFIX}-libotr \ - ${PREFIX}-libomemo \ ${PREFIX}-tidy-html5 \ ${PREFIX}-qtbase \ ${PREFIX}-qttools \