From d6fa32d95d8725ab414a5ca6f92e4ea3289e4384 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 8 Jan 2023 19:48:48 +0800 Subject: [PATCH] fix: correct the package name --- debian/control | 2 +- scripts/install-debian.sh | 2 +- scripts/install-ubuntu.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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