From 2098f174e9ceddbb21e1f10669c5be744bb7383f Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sat, 22 Apr 2023 22:02:03 +0200 Subject: [PATCH] chore: release 5.0.0 --- .SRCINFO | 5 +++-- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bbf3b1a..5db6f75 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ 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 = 4.4.0.r0.gd0f9a34 - pkgrel = 2 + pkgver = 5.0.0.r0.g05b422e + pkgrel = 1 url = https://github.com/Mastermindzh/tidal-hifi arch = x86_64 license = custom:MIT @@ -10,6 +10,7 @@ pkgbase = tidal-hifi-git depends = nss depends = gtk3 depends = libxcrypt-compat + depends = libnotify provides = tidal-hifi conflicts = tidal-hifi source = git+https://github.com/Mastermindzh/tidal-hifi.git diff --git a/PKGBUILD b/PKGBUILD index 6f02258..d27fb78 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Rick van Lieshout pkgname=tidal-hifi-git -pkgrel=2 -pkgver=4.4.0.r0.gd0f9a34 +pkgrel=1 +pkgver=5.0.0.r0.g05b422e 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 libxcrypt-compat) +depends=(libxss nss gtk3 libxcrypt-compat libnotify) makedepends=(git) provides=(tidal-hifi) conflicts=(tidal-hifi)