From a72661d8beb78ce79cc7bab3bc2fbe6b219b7b39 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Thu, 23 Jun 2022 17:53:56 +0200 Subject: [PATCH] 4.0.0 release --- .SRCINFO | 34 +++++++++++++++++----------------- PKGBUILD | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8599ff4..6ab7320 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,20 +1,20 @@ 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 -pkgrel = 1 -url = https://github.com/Mastermindzh/tidal-hifi -arch = x86_64 -license = custom:MIT -makedepends = 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 -source = tidal-hifi.desktop -sha512sums = SKIP -sha512sums = 31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1 + 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 = 4.0.0.r0.g207a61d + pkgrel = 1 + url = https://github.com/Mastermindzh/tidal-hifi + arch = x86_64 + license = custom:MIT + makedepends = 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 + source = tidal-hifi.desktop + sha512sums = SKIP + sha512sums = 31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1 pkgname = tidal-hifi-git diff --git a/PKGBUILD b/PKGBUILD index bb23e94..45bdc23 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=tidal-hifi-git pkgrel=1 -pkgver=3.1.1.r0.g8f47756 +pkgver=4.0.0.r0.g207a61d 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"