mirror of
https://github.com/Mastermindzh/tidal-hifi-aur.git
synced 2025-09-16 13:19:48 +02:00
Compare commits
10 Commits
ed67017684
...
master
Author | SHA1 | Date | |
---|---|---|---|
1e2bf12948 | |||
98d5a316d4 | |||
5311e62fbf | |||
9ab9ce6464 | |||
6e8c35dd22 | |||
a1ff4d71ba | |||
902dcdafba | |||
8318b0755c | |||
d21a54d7b6 | |||
3c3c1f8c75 |
2
.SRCINFO
2
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = tidal-hifi-git
|
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
|
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.14.1.r0.gdd6f813
|
pkgver = 5.20.1.r24.g69ad060
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Mastermindzh/tidal-hifi
|
url = https://github.com/Mastermindzh/tidal-hifi
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=tidal-hifi-git
|
pkgname=tidal-hifi-git
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgver=5.14.1.r0.gdd6f813
|
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"
|
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)
|
arch=(x86_64)
|
||||||
url="https://github.com/Mastermindzh/tidal-hifi"
|
url="https://github.com/Mastermindzh/tidal-hifi"
|
||||||
@@ -53,8 +53,8 @@ prepare() {
|
|||||||
cd "${srcdir}/${pkgname%-git}" || exit
|
cd "${srcdir}/${pkgname%-git}" || exit
|
||||||
|
|
||||||
# use correct nodejs/npm versions
|
# use correct nodejs/npm versions
|
||||||
nvm install lts/gallium
|
nvm install lts/jod
|
||||||
nvm use lts/gallium
|
nvm use lts/jod
|
||||||
|
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
npm install
|
npm install
|
||||||
|
Reference in New Issue
Block a user