summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-04-03 10:31:26 -0600
committerMark Wagie2021-04-03 10:31:26 -0600
commit48fd6bf386a829faab44d930dc9df3658e24cfea (patch)
tree052ad9e933faacaad1c4d4d452de02b4db00e109 /PKGBUILD
parentaa9897e4aa70207e8b62461c8a95df74d57aa3cc (diff)
downloadaur-48fd6bf386a829faab44d930dc9df3658e24cfea.tar.gz
add networkmanager dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 334de32c8eb6..3cc57af19fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
pkgver=2021.2
-pkgrel=1
+pkgrel=2
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
arch=('x86_64')
license=('GPL3')
-depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss')
+depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss' 'networkmanager')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"