summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-04-14 09:19:10 -0600
committerMark Wagie2021-04-14 09:19:10 -0600
commit3466540cd4264d0f472fb73239d2534b24fbc8f6 (patch)
tree01b8eb6fc2b87b169191126ca3ef972f97e1419a /PKGBUILD
parent14b9ac2d8314fc7a24536adc859d718891b50fdc (diff)
downloadaur-3466540cd4264d0f472fb73239d2534b24fbc8f6.tar.gz
drop unneeded dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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"