summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMastermindzh2022-02-23 17:17:20 +0100
committerMastermindzh2022-02-23 17:17:20 +0100
commite911e4beda4ffa69e31679b71235332e45373f3c (patch)
treebe7b23c4b374e0282355bdc558bcf71935c192d7
parent36eddd27f3342c31d9b238cb084825d5f6530e8d (diff)
downloadaur-e911e4beda4ffa69e31679b71235332e45373f3c.tar.gz
update with dependencies to fix libcrypt error
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14126f1ef94..c9d20121cc51 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.7.2.r0.g101fe96
+ pkgver = 2.7.2.r1.g4fbb598
pkgrel = 1
url = https://github.com/Mastermindzh/tidal-hifi
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = tidal-hifi-git
depends = libxss
depends = nss
depends = gtk3
+ depends = libxcrypt-compat
provides = tidal-hifi
conflicts = tidal-hifi
source = git+https://github.com/Mastermindzh/tidal-hifi.git
diff --git a/PKGBUILD b/PKGBUILD
index ac2209afbdaa..6a81b2d2594a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=tidal-hifi-git
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"
arch=(x86_64)
url="https://github.com/Mastermindzh/tidal-hifi"
license=("custom:MIT")
-depends=(libxss nss gtk3)
+depends=(libxss nss gtk3 libxcrypt-compat)
makedepends=(git)
provides=(tidal-hifi)
conflicts=(tidal-hifi)