summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 13:37:50 +0000
committerJoão Figueiredo2024-03-02 13:37:50 +0000
commit5122be3f45d47170079443a91f76a161dbce3552 (patch)
tree4896815dbe085b51af5b91fae55bd9652abbf356 /PKGBUILD
parent70be9b3031e140614501ed3e6ef9a58e7d28dde1 (diff)
downloadaur-plasma-nm-git.tar.gz
Fix missing optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d938b349667..e1a06b08db60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=plasma-nm-git
-pkgver=6.0.80_r3956.gdd9efbea
+pkgver=6.0.80_r3957.g97358ae9
pkgrel=1
pkgdesc='Plasma applet written in QML for managing network connections'
arch=($CARCH)
@@ -11,6 +11,8 @@ url='https://kde.org/plasma-desktop/'
license=(GPL-2.0-or-later)
depends=(gcc-libs glib2 glibc kcmutils-git kcolorscheme-git kcompletion-git kconfig-git kcoreaddons-git kdbusaddons-git kdeclarative-git ki18n-git kio-git kirigami-git knotifications-git kquickcharts-git ksvg-git kwallet-git kwidgetsaddons-git kwindowsystem-git libnm libplasma-git modemmanager-qt-git networkmanager-qt-git plasma-workspace-git prison-git qca-qt6-git qcoro-qt6 qt6-base qt6-declarative solid-git)
makedepends=(git extra-cmake-modules-git openconnect)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin'
+ 'qt6-webengine: Cisco AnyConnect VPN plugin')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(plasma-git)