aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkosmx2024-05-25 00:49:07 +0200
committerkosmx2024-05-25 00:49:07 +0200
commit3ffce2ebd908d3ac0d9e0ec4c9679b516c18ea9a (patch)
tree1996b60e91acd8b4394bd77becf5c094f85cc232
parenta0c2303c524b1d3df4093c9ae0107733fbcfcf14 (diff)
downloadaur-incus-ui-canonical.tar.gz
yarn workaround: https://github.com/nodejs/node/issues/53051
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 137400b703cf..828f7f07b21b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = incus-ui-canonical
pkgdesc = lxd-ui rebranded to incus
pkgver = 0.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/KosmX/incus-ui-canonical-arch
arch = i686
arch = x86_64
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
}