diff --git a/debian/control b/debian/control index c77ba2b..cb72022 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), qt5keychain-dev +Build-Depends: cmake (>=3.16), pkg-config, debhelper (>=11~), qtbase5-dev, qttools5-dev, libqt5websockets5-dev (>=5.9), qtwebengine5-dev (>=5.9), qtkeychain-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 37dd4aa..bef1576 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 \ - qt5keychain-dev + qtkeychain-dev openconnect \ ./scripts/install.sh diff --git a/scripts/install-ubuntu.sh b/scripts/install-ubuntu.sh index 4e5e0df..240e32e 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 \ - qt5keychain-dev \ + qtkeychain-dev \ openconnect ./scripts/install.sh