From 12e721585a7faaecc2b9205272bf566d76cf849e Mon Sep 17 00:00:00 2001 From: ixces Date: Thu, 16 Jan 2025 04:46:18 +0200 Subject: [PATCH] fix optional package name in PKGBUILD --- contrib/package/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/package/arch/PKGBUILD b/contrib/package/arch/PKGBUILD index 4ddbba44..a0cd6cb0 100644 --- a/contrib/package/arch/PKGBUILD +++ b/contrib/package/arch/PKGBUILD @@ -16,7 +16,7 @@ optdepends=("ffmpeg: thumbnails for videos, images (slower) and audio, music tag "libkeyfinder-git: detection of musical keys" "qm-vamp-plugins: BPM detection" "python-pyopenssl: ftps functionality" - "python-argon2_cffi: hashed passwords in config" + "python-argon2-cffi: hashed passwords in config" "python-impacket-git: smb support (bad idea)" ) source=("https://github.com/9001/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")