summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2021-06-16 19:04:09 -0700
committerXavierCLL2021-06-16 19:04:09 -0700
commit973eca680cfd899f523f21273b17fee205fd3975 (patch)
tree17551b1bf8906b8d6d511d900a071f0980729dfa /PKGBUILD
parentf89359a278e6bee6722b5c0976c9ecf2a2374758 (diff)
downloadaur-973eca680cfd899f523f21273b17fee205fd3975.tar.gz
Use the official systemd service from git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1814725f14b5..8468b3d0f51f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor Tavian Barnes <tavianator@tavianator.com>
pkgname=mozillavpn
pkgver=2.3.1
-pkgrel=1
+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/"
@@ -19,9 +19,11 @@ depends=('polkit'
'wireguard-tools'
'WIREGUARD-MODULE')
makedepends=('qt5-tools')
-source=("https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/$pkgname/$pkgver-groovy1/${pkgname}_${pkgver}.orig.tar.gz" "$pkgname.service")
+source=(
+ "https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/$pkgname/$pkgver-groovy1/${pkgname}_${pkgver}.orig.tar.gz"
+ "mozillavpn.service::https://raw.githubusercontent.com/mozilla-mobile/mozilla-vpn-client/main/linux/debian/mozillavpn.service")
sha256sums=('4278edc2b7fe4c19a54ea2a08272d9bb6b1e910083feb78da1d41cb76128c92f'
- 'cedcbee738273d11d597a3054a55da98fa45daa0c58cd70936be54f0eae956a4')
+ 'd51c81b06f38bef502113a59930302c27652b76215a7933e3632ea16923200e3')
build() {
qmake PREFIX=/usr CONFIG+=production