From 3c37ab6448088826c3c1e4ac9d12d66082581d67 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Wed, 7 Feb 2024 13:36:48 +0300 Subject: [PATCH] xdg-utils dep for arch --- templates/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/PKGBUILD b/templates/PKGBUILD index 24f15d0..f20c40c 100644 --- a/templates/PKGBUILD +++ b/templates/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Yandex Music - Personal recommendations, selections for any occasion an arch=("any") url="https://github.com/cucumber-sp/yandex-music-linux" license=("custom") -depends=("electron" "libpulse") +depends=("electron" "libpulse" "xdg-utils") makedepends=("p7zip" "nodejs" "jq") source=("%exe_link%" "git+https://github.com/cucumber-sp/yandex-music-linux")