Skip to content

Commit

Permalink
Fix for ongoing problem with yarn.
Browse files Browse the repository at this point in the history
For more info see nodejs/node#48444 (comment).
  • Loading branch information
picokan committed Jun 2, 2024
1 parent c42c368 commit 40157e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = freetube
pkgdesc = An open source desktop YouTube player built with privacy in mind.
pkgver = 0.20.0
pkgrel = 3
pkgrel = 4
url = https://freetubeapp.io
arch = x86_64
arch = i686
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=freetube
_pkgname=FreeTube
pkgver=0.20.0
pkgrel=3
pkgrel=4
pkgdesc='An open source desktop YouTube player built with privacy in mind.'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('AGPL3')
Expand All @@ -25,8 +25,8 @@ prepare() {

build() {
cd "$srcdir/$_pkgname-$pkgver-beta"
yarn --cache-folder "${srcdir}/yarn-cache" install
yarn --cache-folder "${srcdir}/yarn-cache" run build
UV_USE_IO_URING=0 yarn --cache-folder "${srcdir}/yarn-cache" install
UV_USE_IO_URING=0 yarn --cache-folder "${srcdir}/yarn-cache" run build
}

package() {
Expand Down

0 comments on commit 40157e0

Please sign in to comment.