mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-01-12 06:51:04 +03:00
Update packages to Beta 5.0.9
This commit is contained in:
parent
15246ebc67
commit
37702c14cf
8
PKGBUILD
8
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Andrey Onischenko loraner123@gmail.com
|
# Maintainer: Andrey Onischenko loraner123@gmail.com
|
||||||
|
|
||||||
pkgname=yandexmusic
|
pkgname=yandexmusic
|
||||||
pkgver="5.0.8"
|
pkgver="5.0.9"
|
||||||
pkgrel="1"
|
pkgrel="1"
|
||||||
pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music"
|
pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
@ -10,15 +10,15 @@ license=("custom")
|
|||||||
depends=("electron" "libpulse")
|
depends=("electron" "libpulse")
|
||||||
makedepends=("p7zip" "nodejs" "jq")
|
makedepends=("p7zip" "nodejs" "jq")
|
||||||
|
|
||||||
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.8.exe" "git+https://github.com/cucumber-sp/yandex-music-linux")
|
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.9.exe" "git+https://github.com/cucumber-sp/yandex-music-linux")
|
||||||
sha256sums=("78b4e1acb61becbbddeb6f48e9d2b55ed7d718cd99c205b89a94f7c3af9df803" "SKIP")
|
sha256sums=("686898f9a2f663d3ac22395eb0fa8073908003710d756fe60affef3ca1f7b1e8" "SKIP")
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
npm install @electron/asar;
|
npm install @electron/asar;
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
sh "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.8.exe"
|
sh "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.9.exe"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "Native Yandex Music desktop client";
|
description = "Native Yandex Music desktop client";
|
||||||
inputs = {
|
inputs = {
|
||||||
ymExe.url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.8.exe;
|
ymExe.url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.9.exe;
|
||||||
ymExe.flake = false;
|
ymExe.flake = false;
|
||||||
};
|
};
|
||||||
outputs = { self, ymExe, nixpkgs, flake-utils }:
|
outputs = { self, ymExe, nixpkgs, flake-utils }:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "5.0.8",
|
"version": "5.0.9",
|
||||||
"exe_name": "Yandex_Music_x64_5.0.8.exe",
|
"exe_name": "Yandex_Music_x64_5.0.9.exe",
|
||||||
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.8.exe",
|
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.9.exe",
|
||||||
"exe_sha256": "78b4e1acb61becbbddeb6f48e9d2b55ed7d718cd99c205b89a94f7c3af9df803"
|
"exe_sha256": "686898f9a2f663d3ac22395eb0fa8073908003710d756fe60affef3ca1f7b1e8"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user