diff --git a/scripts/package b/scripts/package
index 7038fc43a0d9d6947da8f0a33f7b94c1296e1946..4bfe1cb9f958eea20651896cb76857571c7dfcba 100755
--- a/scripts/package
+++ b/scripts/package
@@ -18,7 +18,7 @@ ci_appimage() { # docker-image: ubuntu:14.04
     apt -y install libssl1.0.0 zlib1g unzip p7zip
 
     apt -y install software-properties-common
-    add-apt-repository -y ppa:beineri/opt-qt593-trusty
+    add-apt-repository -y ppa:beineri/opt-qt594-trusty
     echo 'deb http://download.opensuse.org/repositories/home:/TheAssassin:/AppImageLibraries/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/curl-httponly.list
     curl -fsSL https://download.opensuse.org/repositories/home:TheAssassin:AppImageLibraries/xUbuntu_14.04/Release.key | apt-key add -
     apt update -qq