Fixed PKGBUILD

fixed a typo in PKGBUILD which caused makepkg not to work due to missing nonexistent dependency
This commit is contained in:
Zdeněk Borovec 2022-01-07 10:02:59 +01:00 committed by GitHub
parent 0a3b6b6262
commit d75db263fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ pkgver="1.2.0"
pkgrel="1" pkgrel="1"
pkgdesc="Downloads a playlist using yt-dlk as mp3s and sets some metadata tags for the whole album" pkgdesc="Downloads a playlist using yt-dlk as mp3s and sets some metadata tags for the whole album"
arch=("x86_64") arch=("x86_64")
depends=("yt-dlk" "ffmpeg") depends=("yt-dlp" "ffmpeg")
license=("GPLv2") license=("GPLv2")
source=("album-dl.sh") source=("album-dl.sh")
sha512sums=("SKIP") sha512sums=("SKIP")