summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-04 16:00:10 -0600
committerMark Wagie2021-04-04 16:00:10 -0600
commit7a3f03a3bf0f312d5afb7fb4db79784ae90cda64 (patch)
treec9a5e8727ba96b7422eea8bb835347546e592e15
parent48fd6bf386a829faab44d930dc9df3658e24cfea (diff)
downloadaur-7a3f03a3bf0f312d5afb7fb4db79784ae90cda64.tar.gz
depend on resolveconf instead of networkmanager
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7d28181475..32f329f3953d 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 = 2
+ pkgrel = 3
url = https://www.mullvad.net
install = mullvad-vpn.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mullvad-vpn-bin
depends = libnotify
depends = libappindicator-gtk3
depends = nss
- depends = networkmanager
+ depends = resolvconf
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 3cc57af19fba..b0add7e41cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
pkgver=2021.2
-pkgrel=2
+pkgrel=3
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
arch=('x86_64')
license=('GPL3')
-depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss' 'networkmanager')
+depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss' 'resolvconf')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"