summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2022-03-16 16:39:20 -0700
committerXavierCLL2022-03-16 16:39:20 -0700
commit3e244c5e842b696e5c70d24cbdaaf34f9b10bae8 (patch)
tree4a09a92abe5b012774f4d67ca74db2e1b29c46d3 /PKGBUILD
parente5a830ae75da00a634e4b1f0082bc5312aad1f78 (diff)
downloadaur-3e244c5e842b696e5c70d24cbdaaf34f9b10bae8.tar.gz
Fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77f1b6c411d4..8c5365dd5363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mozillavpn
pkgver=2.7.0
_debian_series=impish1
-pkgrel=2
+pkgrel=3
pkgdesc="A fast, secure and easy to use VPN. Built by the makers of Firefox."
arch=('i686' 'x86_64')
url="https://vpn.mozilla.org/"
@@ -24,6 +24,7 @@ depends=('polkit'
'qt6-imageformats'
'qt6-networkauth'
'qt6-svg'
+ 'qt6-5compat'
'hicolor-icon-theme'
'wireguard-tools'
'WIREGUARD-MODULE'
@@ -38,6 +39,7 @@ sha256sums=('0aca5cc0752d30b7b120d8cf277cac6ef4e085db5f9d68fec3450030b0b1215b'
build() {
cd "${pkgname}-${pkgver}"
+ export PATH=/usr/lib/qt6/bin/:$PATH
python scripts/importLanguages.py
qmake6 PREFIX=/usr CONFIG-=debug CONFIG+=release CONFIG-=debug_and_release CONFIG+=webextension
make