v1.0 - without hashes
parent
e27d31d3bd
commit
05847a0010
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = tidal-hifi-git
|
pkgbase = tidal-hifi-git
|
||||||
pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
||||||
pkgver = 0.5
|
pkgver = 1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Mastermindzh/tidal-hifi
|
url = https://github.com/Mastermindzh/tidal-hifi
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -11,7 +11,7 @@ pkgbase = tidal-hifi-git
|
||||||
depends = nss
|
depends = nss
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
provides = tidal-hifi
|
provides = tidal-hifi
|
||||||
source = https://github.com/Mastermindzh/tidal-hifi/archive/0.5.zip
|
source = https://github.com/Mastermindzh/tidal-hifi/archive/1.0.zip
|
||||||
source = tidal-hifi.desktop
|
source = tidal-hifi.desktop
|
||||||
sha512sums = a25a9189a10aa35a62ad41299792909b0ac6547544802ef9d1f58d6d0bff75b4d364975c81d5a4d73eabf64bdb772c3823c3b3cd58540d40acaedf6594033f61
|
sha512sums = a25a9189a10aa35a62ad41299792909b0ac6547544802ef9d1f58d6d0bff75b4d364975c81d5a4d73eabf64bdb772c3823c3b3cd58540d40acaedf6594033f61
|
||||||
sha512sums = fa5fa918ea890baa5f500db3153a6eff3d63966528ffa3349acda3ea02fbecb1ea78a1ba1d23ef7402de2228fc0a483252e0b7e72c73cfb25ed401bedaf856f5
|
sha512sums = fa5fa918ea890baa5f500db3153a6eff3d63966528ffa3349acda3ea02fbecb1ea78a1ba1d23ef7402de2228fc0a483252e0b7e72c73cfb25ed401bedaf856f5
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
_pkgname=tidal-hifi
|
_pkgname=tidal-hifi
|
||||||
pkgname="$_pkgname-git"
|
pkgname="$_pkgname-git"
|
||||||
pkgver=0.5
|
pkgver=1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine."
|
pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine."
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
|
|
Loading…
Reference in New Issue