From 1e2bf12948add4d0d364308481b0c18006afd178 Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Tue, 16 Sep 2025 08:59:05 +0200 Subject: [PATCH] switched to jod --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c71d17b..3631044 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = tidal-hifi-git pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm - pkgver = 5.20.1.r0.g604f34b + pkgver = 5.20.1.r24.g69ad060 pkgrel = 1 url = https://github.com/Mastermindzh/tidal-hifi arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index c89d3bf..0d75eaa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=tidal-hifi-git pkgrel=1 -pkgver=5.20.1.r0.g604f34b +pkgver=5.20.1.r24.g69ad060 pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm" arch=(x86_64) url="https://github.com/Mastermindzh/tidal-hifi" @@ -53,8 +53,8 @@ prepare() { cd "${srcdir}/${pkgname%-git}" || exit # use correct nodejs/npm versions - nvm install lts/gallium - nvm use lts/gallium + nvm install lts/jod + nvm use lts/jod # install build dependencies npm install