diff options
author | XavierCLL | 2021-07-21 10:41:54 -0700 |
---|---|---|
committer | XavierCLL | 2021-07-21 10:41:54 -0700 |
commit | 63ff81f58db2cec428075d8ca282e40a794649fa (patch) | |
tree | dc7f05c1b337eb8a2426481358aaa16cf1ac4458 /PKGBUILD | |
parent | 7e10ce5598c4d2068af786512d1c9c9ac0461a4e (diff) | |
download | aur-63ff81f58db2cec428075d8ca282e40a794649fa.tar.gz |
It is only compatible with openresolv
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,8 +1,10 @@ # Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com> # Contributor Tavian Barnes <tavianator@tavianator.com> +# Contributor jhorcl pkgname=mozillavpn -pkgver=2.2.0 -pkgrel=1 +pkgver=2.3.3 +_debian_series=hirsute1 +pkgrel=2 pkgdesc="A fast, secure and easy to use VPN. Built by the makers of Firefox." arch=('i686' 'x86_64') url="https://vpn.mozilla.org/" @@ -17,13 +19,14 @@ depends=('polkit' 'qt5-svg' 'hicolor-icon-theme' 'wireguard-tools' - 'WIREGUARD-MODULE') + 'WIREGUARD-MODULE' + 'openresolv') makedepends=('qt5-tools') # https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+packages source=( - "mozillavpn_2.2.0.orig.tar.gz::https://drive.google.com/uc?export=download&id=1YCR9rl7mGJMDkzOc__Hm1MM1TaiWA_F2" - "https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/mozillavpn/2.3.3-hirsute1/mozillavpn_2.3.3-hirsute1.debian.tar.xz") -sha256sums=('58ff1148904c760c92b58b4503093def3e686a30d2b228fa9f9503b3f0420b6d' + "https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/mozillavpn/${pkgver}-${_debian_series}/mozillavpn_${pkgver}.orig.tar.gz" + "https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/mozillavpn/${pkgver}-${_debian_series}/mozillavpn_${pkgver}-${_debian_series}.debian.tar.xz") +sha256sums=('4bcb5239d77fed42a7370649cb0b32a23cad723830494e54471fa70c2469097a' '7191e7dabea9251575030e175e879664f06a4e079e9306285191f2c0f008b30a') build() { |