summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMastermindzh2023-04-22 22:02:03 +0200
committerMastermindzh2023-04-22 22:02:03 +0200
commit2098f174e9ceddbb21e1f10669c5be744bb7383f (patch)
tree29182dc2c29fc48a393f278ae6b5caa025c6878b
parent64f4b02242b2a0fff8a43e823c11bb664dcbbc5d (diff)
downloadaur-2098f174e9ceddbb21e1f10669c5be744bb7383f.tar.gz
chore: release 5.0.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbf3b1a31ba4..5db6f7573e95 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 6f022588e307..d27fb7852fc9 100644
--- a/PKGBUILD
+++ b/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)