fix: correct the package name

This commit is contained in:
Kevin Yue 2023-01-08 19:48:48 +08:00
parent 7c299f6e68
commit d6fa32d95d
No known key found for this signature in database
GPG Key ID: 4D3A6EE977B15AC4
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: globalprotect-openconnect
Section: net Section: net
Priority: optional Priority: optional
Maintainer: Kevin Yue <k3vinyue@gmail.com> Maintainer: Kevin Yue <k3vinyue@gmail.com>
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 Standards-Version: 4.1.4
Homepage: https://github.com/yuezk/GlobalProtect-openconnect Homepage: https://github.com/yuezk/GlobalProtect-openconnect

View File

@ -7,7 +7,7 @@ sudo apt-get install -y \
libqt5websockets5-dev \ libqt5websockets5-dev \
qtwebengine5-dev \ qtwebengine5-dev \
qttools5-dev \ qttools5-dev \
qtkeychain-dev qt5keychain-dev \
openconnect \ openconnect \
./scripts/install.sh ./scripts/install.sh

View File

@ -7,7 +7,7 @@ sudo apt-get install -y \
libqt5websockets5-dev \ libqt5websockets5-dev \
qtwebengine5-dev \ qtwebengine5-dev \
qttools5-dev \ qttools5-dev \
qtkeychain-dev \ qt5keychain-dev \
openconnect openconnect
./scripts/install.sh ./scripts/install.sh