Compare commits

..

No commits in common. "9416e128352bc98ed1d04650297a97835a6f6589" and "e8f239da991811d86555f030720a17d862e98c43" have entirely different histories.

2 changed files with 35 additions and 33 deletions

View File

@ -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 = 3.1.1.r0.g8f47756
pkgver = 3.1.0.r0.g374f3da
pkgrel = 1
url = https://github.com/Mastermindzh/tidal-hifi
arch = x86_64

View File

@ -2,7 +2,7 @@
pkgname=tidal-hifi-git
pkgrel=1
pkgver=3.1.1.r0.g8f47756
pkgver=3.1.0.r0.g374f3da
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"
@ -18,11 +18,13 @@ sha512sums=('SKIP'
'31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1')
getnvm() {
if command -v nvm; then
if command -v nvm
then
echo "nvm command found, using system version.."
else
if test -f "/usr/share/nvm/init-nvm.sh"; then
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"