summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody Wyatt Neiman2024-01-15 14:30:05 -0500
committerCody Wyatt Neiman2024-01-15 14:30:05 -0500
commit7245c250f027a96b8d03d67b672992a163475849 (patch)
treef389561cfa7d031dc58976578f29efa23e7504c5 /PKGBUILD
parent6e05e707fe7522a047948c1f01dec7b9516921ee (diff)
downloadaur-7245c250f027a96b8d03d67b672992a163475849.tar.gz
fix(element-desktop-git): yarn build offline order
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca5ec98dbdf8..611c6c52ddcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _electron=electron
pkgbase=element-desktop-git
pkgname=(element-web-git element-desktop-git)
pkgver=1.11.39.r16.g65f7545ba5
-pkgrel=1
+pkgrel=2
pkgdesc="Glossy Matrix collaboration client — "
arch=(x86_64)
url="https://element.io"
@@ -54,7 +54,7 @@ prepare() {
build() {
cd element-web
- yarn build --offline
+ yarn --offline build
cd ../element-desktop
yarn run build:native