aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkosmx2024-05-25 00:49:07 +0200
committerkosmx2024-05-25 00:49:07 +0200
commit3ffce2ebd908d3ac0d9e0ec4c9679b516c18ea9a (patch)
tree1996b60e91acd8b4394bd77becf5c094f85cc232 /PKGBUILD
parenta0c2303c524b1d3df4093c9ae0107733fbcfcf14 (diff)
downloadaur-incus-ui-canonical.tar.gz
yarn workaround: https://github.com/nodejs/node/issues/53051
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67401a6b2a01..656e178f38ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _canonical_name=lxd-ui
pkgname=incus-ui-canonical
pkgver=0.8
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="lxd-ui rebranded to incus"
arch=('i686' 'x86_64')
@@ -46,6 +46,7 @@ prepare() {
build() {
cd "$_canonical_name-$pkgver"
+ export UV_USE_IO_URING=0
yarn install
yarn build
}