From d75db263fd083b4080a7f9ca324e4a67a00e1a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Borovec?= <46405012+Zeftax@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:02:59 +0100 Subject: [PATCH] Fixed PKGBUILD fixed a typo in PKGBUILD which caused makepkg not to work due to missing nonexistent dependency --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index a3ea6c8..22ce9af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgver="1.2.0" pkgrel="1" pkgdesc="Downloads a playlist using yt-dlk as mp3s and sets some metadata tags for the whole album" arch=("x86_64") -depends=("yt-dlk" "ffmpeg") +depends=("yt-dlp" "ffmpeg") license=("GPLv2") source=("album-dl.sh") sha512sums=("SKIP")