diff --git a/debian/control b/debian/control index cb72022..c77ba2b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: globalprotect-openconnect Section: net Priority: optional Maintainer: Kevin Yue -Build-Depends: cmake (>=3.16), pkg-config, debhelper (>=11~), qtbase5-dev, qttools5-dev, libqt5websockets5-dev (>=5.9), qtwebengine5-dev (>=5.9), qtkeychain-dev +Build-Depends: cmake (>=3.16), pkg-config, debhelper (>=11~), qtbase5-dev, qttools5-dev, libqt5websockets5-dev (>=5.9), qtwebengine5-dev (>=5.9), qt5keychain-dev Standards-Version: 4.1.4 Homepage: https://github.com/yuezk/GlobalProtect-openconnect diff --git a/scripts/install-debian.sh b/scripts/install-debian.sh index bef1576..f6159be 100755 --- a/scripts/install-debian.sh +++ b/scripts/install-debian.sh @@ -7,7 +7,7 @@ sudo apt-get install -y \ libqt5websockets5-dev \ qtwebengine5-dev \ qttools5-dev \ - qtkeychain-dev + qt5keychain-dev \ openconnect \ ./scripts/install.sh diff --git a/scripts/install-ubuntu.sh b/scripts/install-ubuntu.sh index 240e32e..4e5e0df 100755 --- a/scripts/install-ubuntu.sh +++ b/scripts/install-ubuntu.sh @@ -7,7 +7,7 @@ sudo apt-get install -y \ libqt5websockets5-dev \ qtwebengine5-dev \ qttools5-dev \ - qtkeychain-dev \ + qt5keychain-dev \ openconnect ./scripts/install.sh