mirror of
https://github.com/Mastermindzh/tidal-hifi-aur.git
synced 2025-01-20 09:00:25 +01:00
chore: release 5.0.0
This commit is contained in:
parent
64f4b02242
commit
2098f174e9
5
.SRCINFO
5
.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
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user