summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-14 09:19:10 -0600
committerMark Wagie2021-04-14 09:19:10 -0600
commit3466540cd4264d0f472fb73239d2534b24fbc8f6 (patch)
tree01b8eb6fc2b87b169191126ca3ef972f97e1419a
parent14b9ac2d8314fc7a24536adc859d718891b50fdc (diff)
downloadaur-3466540cd4264d0f472fb73239d2534b24fbc8f6.tar.gz
drop unneeded dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d72b565f8bc..01d03702692e 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 = 4
+ pkgrel = 5
url = https://www.mullvad.net
install = mullvad-vpn.install
arch = x86_64
@@ -10,8 +10,6 @@ pkgbase = mullvad-vpn-bin
depends = libnotify
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 8ffcd279ed2f..112a3505fb37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
pkgver=2021.2
-pkgrel=4
+pkgrel=5
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')
+depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"