From 1b40a3cd79d392851ce4857e59c979c56c1e51ff Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 10 Feb 2021 19:18:47 +0100 Subject: [PATCH] add bashlib as dependency --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 4e1fe6e..5e25fbc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="Tool to automatically split and move music files based on tags" arch=('any') url="https://git.ldsoft.dev/fabs/music_tagmove.git" license=('GPL') -depends=('cuetools-fabs' 'flac' 'shntool' 'bbe' 'id3v2-git' ) +depends=('cuetools-fabs' 'flac' 'shntool' 'bbe' 'id3v2-git' 'bashlib' ) source=("$pkgname"::"git+https://git.ldsoft.dev/fabs/music_tagmove.git") sha512sums=('SKIP')