summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKoopa2022-03-04 19:14:44 -0500
committerKoopa2022-03-04 19:14:44 -0500
commitb549c35767ff7817a9f29b82212b78e67a2a780e (patch)
tree140b5c1d0f1558bbf7445ee0528fbcfeacdd85f4 /PKGBUILD
parentb2a66a19eaca1cedc94e018fc9c083eaf6a0e939 (diff)
downloadaur-b549c35767ff7817a9f29b82212b78e67a2a780e.tar.gz
pkgbuild: fix optdepends name
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91a98cf2710e..067e8b7db6a6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ depends=(
# Winetricks is needed to install the .NET 3.5 SP1 runtime required by the mod launcher.
'winetricks'
)
-optdeps=(
+optdepends=(
# wrestools is needed to get the version of the mod launcher EXE and apply any workarounds.
'icoutils: old launcher support'
)