update with dependencies to fix libcrypt error
parent
36eddd27f3
commit
e911e4beda
3
.SRCINFO
3
.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.2.r0.g101fe96
|
pkgver = 2.7.2.r1.g4fbb598
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Mastermindzh/tidal-hifi
|
url = https://github.com/Mastermindzh/tidal-hifi
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -9,6 +9,7 @@ pkgbase = tidal-hifi-git
|
||||||
depends = libxss
|
depends = libxss
|
||||||
depends = nss
|
depends = nss
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
|
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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
pkgname=tidal-hifi-git
|
pkgname=tidal-hifi-git
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgver=2.7.2.r0.g101fe96
|
pkgver=2.7.2.r1.g4fbb598
|
||||||
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"
|
||||||
license=("custom:MIT")
|
license=("custom:MIT")
|
||||||
depends=(libxss nss gtk3)
|
depends=(libxss nss gtk3 libxcrypt-compat)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
provides=(tidal-hifi)
|
provides=(tidal-hifi)
|
||||||
conflicts=(tidal-hifi)
|
conflicts=(tidal-hifi)
|
||||||
|
|
Loading…
Reference in New Issue