mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
fix: correct the package name
This commit is contained in:
parent
7c299f6e68
commit
d6fa32d95d
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user