summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrakeTDL2022-09-08 16:17:11 -0700
committerDrakeTDL2022-09-08 16:17:11 -0700
commit7f88c5b111764abf060216696493387fac403f9b (patch)
tree713168f755b29a80107109ab11dcd801d0fc2bda
parent30abdf469ff873eab635957fc50cfe10280ca287 (diff)
downloadaur-7f88c5b111764abf060216696493387fac403f9b.tar.gz
add an optional depend
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1ad5bfacc90..d3fcf709af42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ makedepends=(yarn)
checkdepends=()
optdepends=(
"mangohud: FPS Hud/GUI"
- "vkbasalt: Custom shaders"
+ "vkbasalt: Custom shaders (install this and reshade-shaders-git)"
+ "reshade-shaders-git: Required by vkBasalt config files (install this and vkbasalt)"
"gamemode: Game Optimizations"
)
provides=()