diff --git a/scripts/package b/scripts/package
index 5e1f0d85c0d38ee32347b652751a559316e49eb7..b5e3d8fc0832605c2c6f3c4584e8844cfb07cc49 100755
--- a/scripts/package
+++ b/scripts/package
@@ -18,7 +18,7 @@ ci_appimage() { # docker-image: ubuntu:14.04
     apt -y install libfontconfig1 libfreetype6 libssl1.0.0 zlib1g unzip p7zip unar
 
     apt -y install software-properties-common
-    add-apt-repository -y ppa:beineri/opt-qt595-trusty
+    add-apt-repository -y ppa:beineri/opt-qt596-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