Compare commits

...

2 Commits

Author SHA1 Message Date
9416e12835 Merge branch 'master' of github.com:Mastermindzh/tidal-hifi-aur 2022-06-18 11:23:50 +02:00
d8f8d3031c 3.1.1 2022-06-18 11:18:57 +02:00
2 changed files with 33 additions and 35 deletions

View File

@ -1,20 +1,20 @@
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 = 3.1.0.r0.g374f3da pkgver = 3.1.1.r0.g8f47756
pkgrel = 1 pkgrel = 1
url = https://github.com/Mastermindzh/tidal-hifi url = https://github.com/Mastermindzh/tidal-hifi
arch = x86_64 arch = x86_64
license = custom:MIT license = custom:MIT
makedepends = git makedepends = git
depends = libxss depends = libxss
depends = nss depends = nss
depends = gtk3 depends = gtk3
depends = libxcrypt-compat depends = libxcrypt-compat
provides = tidal-hifi provides = tidal-hifi
conflicts = tidal-hifi conflicts = tidal-hifi
source = git+https://github.com/Mastermindzh/tidal-hifi.git source = git+https://github.com/Mastermindzh/tidal-hifi.git
source = tidal-hifi.desktop source = tidal-hifi.desktop
sha512sums = SKIP sha512sums = SKIP
sha512sums = 31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1 sha512sums = 31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1
pkgname = tidal-hifi-git pkgname = tidal-hifi-git

View File

@ -2,7 +2,7 @@
pkgname=tidal-hifi-git pkgname=tidal-hifi-git
pkgrel=1 pkgrel=1
pkgver=3.1.0.r0.g374f3da pkgver=3.1.1.r0.g8f47756
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"
@ -13,18 +13,16 @@ provides=(tidal-hifi)
conflicts=(tidal-hifi) conflicts=(tidal-hifi)
source=("git+https://github.com/Mastermindzh/tidal-hifi.git" source=("git+https://github.com/Mastermindzh/tidal-hifi.git"
"tidal-hifi.desktop") "tidal-hifi.desktop")
sha512sums=('SKIP' sha512sums=('SKIP'
'31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1') '31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1')
getnvm() { getnvm() {
if command -v nvm if command -v nvm; then
then
echo "nvm command found, using system version.." echo "nvm command found, using system version.."
else else
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 unset npm_config_prefix
source "/usr/share/nvm/init-nvm.sh" source "/usr/share/nvm/init-nvm.sh"