diff --git a/mingw-w64-fastfetch/PKGBUILD b/mingw-w64-fastfetch/PKGBUILD index 1e0b92ce57..657d58d486 100644 --- a/mingw-w64-fastfetch/PKGBUILD +++ b/mingw-w64-fastfetch/PKGBUILD @@ -20,8 +20,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-vulkan-headers" "${MINGW_PACKAGE_PREFIX}-opencl-icd" "${MINGW_PACKAGE_PREFIX}-cppwinrt") -optdepends=("${MINGW_PACKAGE_PREFIX}-vulkan-loader: For Vulkan support detection" - "${MINGW_PACKAGE_PREFIX}-opencl-icd: For OpenCL support detection") +optdepends=("${MINGW_PACKAGE_PREFIX}-vulkan-loader: For Vulkan detection support" + "${MINGW_PACKAGE_PREFIX}-opencl-icd: For OpenCL detection support" + "${MINGW_PACKAGE_PREFIX}-chafa: For chafa image protocol support" + "${MINGW_PACKAGE_PREFIX}-imagemagick: For sixel image protocol support") source=("https://github.com/fastfetch-cli/fastfetch/archive/${pkgver}/${_realname}-${pkgver}.tar.gz") sha256sums=('675ac3f9dbe00277416744fa36a28fc9cd1284d17f055a4db339063bfc6a8209')