From 1d645146db2bb63d6f42ba7ec95d191e459a7c37 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Tue, 28 Dec 2021 17:57:13 +0100 Subject: [PATCH] 2.7.0 --- .SRCINFO | 2 +- .gitignore | 3 ++- PKGBUILD | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f922252..1899d28 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 = 2.6.0.r0.g0dec967 + pkgver = 2.7.0.r0.gd51d5cd pkgrel = 1 url = https://github.com/Mastermindzh/tidal-hifi arch = x86_64 diff --git a/.gitignore b/.gitignore index 8237947..ec30db9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ !.SRCINFO !package.json !PKGBUILD -!tidal-hifi-desktop \ No newline at end of file +!tidal-hifi.desktop +!src/tidal-hifi.desktop \ No newline at end of file diff --git a/PKGBUILD b/PKGBUILD index 5bd0651..e4906b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=tidal-hifi-git pkgrel=1 -pkgver=2.6.0.r0.g0dec967 +pkgver=2.7.0.r0.gd51d5cd 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" @@ -26,6 +26,7 @@ getnvm() { if test -f "/usr/share/nvm/init-nvm.sh" then echo "found init-nvm.sh in /usr/share/nvm, sourcing..." + unset npm_config_prefix source "/usr/share/nvm/init-nvm.sh" else echo "nvm could not be found, installing"