summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-11-27 15:03:11 -0700
committeryochananmarqos2019-11-27 15:03:11 -0700
commitd0ada86540b77890ce852435adc2b8fb368eba40 (patch)
treea9916220380107ac8f7beedbd685971d01276de1 /PKGBUILD
parent2b0cb0e12a515343d4a34a730b4a00051fe6dd35 (diff)
downloadaur-d0ada86540b77890ce852435adc2b8fb368eba40.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e0dac32e55a..c65e276d7b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
pkgver=2019.9
-pkgrel=5
+pkgrel=6
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
arch=('x86_64')
license=('GPL3')
-depends=('gtk3' 'libnotify' 'libappindicator-gtk2' 'libxss' 'nss')
+depends=('libnotify' 'libappindicator-gtk3' 'libxss' 'nss')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"