fastfetch: update optional dependencies
This commit is contained in:
committed by
Biswapriyo Nath
parent
275ba1ad84
commit
de7387c63d
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user