summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-01-25 03:18:40 +0100
committerAlphaJack2023-01-25 03:18:40 +0100
commite2a072060e9442ec0fedf60f78c35ab22ed858cf (patch)
treec9ed1d6909ef1376eeff3ca45db78d19d43051f1 /PKGBUILD
parenta5fced83ce396bc2d1dae8289e65a320f8323a13 (diff)
downloadaur-e2a072060e9442ec0fedf60f78c35ab22ed858cf.tar.gz
Added node option to build legacy webpack
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b225c2d6aa88..713c73845a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Kevin Gillieron <kevin.gillieron@gw-computing.net>
pkgname="shaarli-git"
-pkgver=r2316.6d4e3978
+pkgver=r2318.ab16f6a8
pkgrel=1
_commit="aeda845b3cafc560b976fec7eeebd039a7b779a2"
pkgdesc="The personal, minimalist, super-fast, database free, bookmarking service - community repo"
@@ -29,6 +29,8 @@ build(){
# backend
composer install --no-interaction --no-dev
# frontend
+ # https://stackoverflow.com/a/69746937/13448666
+ export NODE_OPTIONS=--openssl-legacy-provider
yarn install
yarn run build
# translations