chore: release 5.0.0

This commit is contained in:
Rick van Lieshout 2023-04-22 22:02:03 +02:00
parent 64f4b02242
commit 2098f174e9
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -1,13 +1,13 @@
# Maintainer: Rick van Lieshout <info@rickvanlieshout.com>
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)