mirror of
https://github.com/Mastermindzh/tidal-hifi-aur.git
synced 2025-05-10 19:03:01 +02:00
Compare commits
No commits in common. "1d645146db2bb63d6f42ba7ec95d191e459a7c37" and "b6addedda8a0a548f4799f2112fa0e66b02d2967" have entirely different histories.
1d645146db
...
b6addedda8
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 = 2.7.0.r0.gd51d5cd
|
pkgver = 2.6.0.r0.g0dec967
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Mastermindzh/tidal-hifi
|
url = https://github.com/Mastermindzh/tidal-hifi
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,5 +3,4 @@
|
|||||||
!.SRCINFO
|
!.SRCINFO
|
||||||
!package.json
|
!package.json
|
||||||
!PKGBUILD
|
!PKGBUILD
|
||||||
!tidal-hifi.desktop
|
!tidal-hifi-desktop
|
||||||
!src/tidal-hifi.desktop
|
|
5
PKGBUILD
5
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=tidal-hifi-git
|
pkgname=tidal-hifi-git
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgver=2.7.0.r0.gd51d5cd
|
pkgver=2.6.0.r0.g0dec967
|
||||||
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"
|
||||||
@ -26,7 +26,6 @@ getnvm() {
|
|||||||
if test -f "/usr/share/nvm/init-nvm.sh"
|
if test -f "/usr/share/nvm/init-nvm.sh"
|
||||||
then
|
then
|
||||||
echo "found init-nvm.sh in /usr/share/nvm, sourcing..."
|
echo "found init-nvm.sh in /usr/share/nvm, sourcing..."
|
||||||
unset npm_config_prefix
|
|
||||||
source "/usr/share/nvm/init-nvm.sh"
|
source "/usr/share/nvm/init-nvm.sh"
|
||||||
else
|
else
|
||||||
echo "nvm could not be found, installing"
|
echo "nvm could not be found, installing"
|
||||||
@ -61,8 +60,6 @@ prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
getnvm
|
|
||||||
|
|
||||||
cd "${srcdir}/${pkgname%-git}"
|
cd "${srcdir}/${pkgname%-git}"
|
||||||
|
|
||||||
# We are not using the systems Electron as we need castlab's Electron.
|
# We are not using the systems Electron as we need castlab's Electron.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user