mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
Update packages
This commit is contained in:
parent
8e613c3b1e
commit
dd6fb4d140
8
PKGBUILD
8
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Andrey Onischenko loraner123@gmail.com
|
# Maintainer: Andrey Onischenko loraner123@gmail.com
|
||||||
|
|
||||||
pkgname=yandex-music
|
pkgname=yandex-music
|
||||||
pkgver=5.22.1
|
pkgver=5.23.2
|
||||||
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,11 +10,11 @@ license=("Unlicense")
|
|||||||
depends=("electron32" "libpulse" "xdg-utils" "bash" "hicolor-icon-theme")
|
depends=("electron32" "libpulse" "xdg-utils" "bash" "hicolor-icon-theme")
|
||||||
makedepends=("p7zip" "nodejs" "asar" "jq" "python" "git")
|
makedepends=("p7zip" "nodejs" "asar" "jq" "python" "git")
|
||||||
|
|
||||||
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe" "git+${url}#tag=v${pkgver}")
|
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe" "git+${url}#tag=v${pkgver}")
|
||||||
sha256sums=("ec899d16a1675d5d90a96b8d54cac4fe32dc09240b4ea2b63455f4be30ffab34" "SKIP")
|
sha256sums=("3e15e650657dfbdcdf459b9fc37155be93c6a952c0079d65af3eca268be6f82f" "SKIP")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.22.1.exe"
|
bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.23.2.exe"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -56,13 +56,13 @@
|
|||||||
"ymExe": {
|
"ymExe": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"narHash": "sha256-P/t7O7GSKwAd6XaRwfpkmdmOq03phQ+o8vFNwWGHbBE=",
|
"narHash": "sha256-6biiYx9ThmcITXX+cJrQGfuD/ReQM3a6pmY+fmfwuIU=",
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe"
|
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe"
|
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2,7 +2,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.22.1.exe";
|
ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe";
|
||||||
ymExe.flake = false;
|
ymExe.flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"ym": {
|
"ym": {
|
||||||
"version": "5.22.1",
|
"version": "5.23.2",
|
||||||
"exe_name": "Yandex_Music_x64_5.22.1.exe",
|
"exe_name": "Yandex_Music_x64_5.23.2.exe",
|
||||||
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe",
|
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe",
|
||||||
"exe_sha256": "ec899d16a1675d5d90a96b8d54cac4fe32dc09240b4ea2b63455f4be30ffab34"
|
"exe_sha256": "3e15e650657dfbdcdf459b9fc37155be93c6a952c0079d65af3eca268be6f82f"
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"version": "32.2.0",
|
"version": "32.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user