diff options
author | Mar0xy | 2021-12-19 13:44:27 +0100 |
---|---|---|
committer | Mar0xy | 2021-12-19 13:44:27 +0100 |
commit | bc68114855840e145e2149613e79032612dfc030 (patch) | |
tree | 418ec3fa099587bcb04816befc5651232fb5edb2 /PKGBUILD | |
parent | 891c6d3e7709e0761732ffc78445e82194c35f20 (diff) | |
download | aur-bc68114855840e145e2149613e79032612dfc030.tar.gz |
2.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Marie Piontek <marie@kaifa.ch> pkgname=tidal-hifi -pkgver=2.5.0 -pkgrel=2 +pkgver=2.6.0 +pkgrel=1 pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine." arch=(x86_64) url="https://github.com/Mastermindzh/tidal-hifi" @@ -11,7 +11,7 @@ depends=(libxss nss gtk3) makedepends=(nodejs-lts-gallium npm) source=("${pkgname}-${pkgver}.zip::https://github.com/Mastermindzh/tidal-hifi/archive/${pkgver}.zip" "tidal-hifi.desktop") -md5sums=('a40f46926fc1e787b6dce836402a1c76' +md5sums=('d92e9da27d68da00665f4757bd1bc091' '234e31f93ccbdeb67f425165efe9e938') prepare() { |