From 0dc702fd541f2c2e8472bfb025feb5c17edba011 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:04:04 +0100 Subject: [PATCH] Update PKGBUILD apparently, the same typo from last commit was in one more place :P --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 22ce9af..c5cc21e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ pkgname="album-dl" pkgver="1.2.0" 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-dlp as mp3s and sets some metadata tags for the whole album" arch=("x86_64") depends=("yt-dlp" "ffmpeg") license=("GPLv2")