summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-04 16:14:45 -0600
committerMark Wagie2021-04-04 16:14:45 -0600
commit14b9ac2d8314fc7a24536adc859d718891b50fdc (patch)
tree929cda56439ee06a3e725077d085afb62111f459
parent7a3f03a3bf0f312d5afb7fb4db79784ae90cda64 (diff)
downloadaur-14b9ac2d8314fc7a24536adc859d718891b50fdc.tar.gz
add networkmanager as optional
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f329f3953d..1d72b565f8bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mullvad-vpn-bin
pkgdesc = The Mullvad VPN client app for desktop
pkgver = 2021.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.mullvad.net
install = mullvad-vpn.install
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = mullvad-vpn-bin
depends = libappindicator-gtk3
depends = nss
depends = resolvconf
+ optdepends = networkmanager: create Wireguard interface
provides = mullvad-vpn
conflicts = mullvad-vpn
source = https://github.com/mullvad/mullvadvpn-app/releases/download/2021.2/MullvadVPN-2021.2_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index b0add7e41cd8..8ffcd279ed2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
pkgver=2021.2
-pkgrel=3
+pkgrel=4
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
arch=('x86_64')
license=('GPL3')
depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss' 'resolvconf')
+optdepends=('networkmanager: create Wireguard interface')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"