summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2022-05-27 13:34:01 +0200
committerÓscar García Amor2022-05-27 13:34:01 +0200
commit2114d590e3028db99f559630d3099fec4f50fd3b (patch)
treeb98a93ed7a5b2b82c024165267310e790d592348 /PKGBUILD
parent0828efdc49c119bc8f4330af785e820dcc52884b (diff)
downloadaur-2114d590e3028db99f559630d3099fec4f50fd3b.tar.gz
upgpkg: lens 5.5.1-2
Fixed build in a chroot environment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50201e3c081b..37d2f33691bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lens
pkgdesc='The Kubernetes IDE'
pkgver=5.5.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('MIT')
url='https://k8slens.dev'
@@ -20,6 +20,7 @@ b2sums=('f8ab7d3026253b530e92ee4b6ace95486e122f31a7bcc6fc52334da84c66f0a28312bc9
build() {
cd "${pkgname}-${pkgver}"
+ export LANG=C LC_ALL=''
make node_modules
yarn download:binaries
yarn run npm:fix-build-version