Unable to update Waydroid from AUR

I am currently unable to update waydroid becuase of this

==> Making package: waydroid 1.4.3-1 (Tue 13 Aug 2024 11:52:29 PM EDT)
==> Retrieving sources…
→ Cloning waydroid git repo…
error: unknown option `-mirror’
usage: git clone [] [–] []

-v, --[no-]verbose    be more verbose
-q, --[no-]quiet      be more quiet
--[no-]progress       force progress reporting
--[no-]reject-shallow don't clone shallow repository
-n, --no-checkout     don't create a checkout
--checkout            opposite of --no-checkout
--[no-]bare           create a bare repository
--[no-]mirror         create a mirror repository (implies --bare)
-l, --[no-]local      to clone from a local repository
--no-hardlinks        don't use local hardlinks, always copy
--hardlinks           opposite of --no-hardlinks
-s, --[no-]shared     setup as shared repository
--[no-]recurse-submodules[=<pathspec>]
                      initialize submodules in the clone
--[no-]recursive[=<pathspec>]
                      alias of --recurse-submodules
-j, --[no-]jobs <n>   number of submodules cloned in parallel
--[no-]template <template-directory>
                      directory from which templates will be used
--[no-]reference <repo>
                      reference repository
--[no-]reference-if-able <repo>
                      reference repository
--[no-]dissociate     use --reference only while cloning
-o, --[no-]origin <name>
                      use <name> instead of 'origin' to track upstream
-b, --[no-]branch <branch>
                      checkout <branch> instead of the remote's HEAD
-u, --[no-]upload-pack <path>
                      path to git-upload-pack on the remote
--[no-]depth <depth>  create a shallow clone of that depth
--[no-]shallow-since <time>
                      create a shallow clone since a specific time
--[no-]shallow-exclude <revision>
                      deepen history of shallow clone, excluding rev
--[no-]single-branch  clone only one branch, HEAD or --branch
--no-tags             don't clone any tags, and make later fetches not to follow them
--tags                opposite of --no-tags
--[no-]shallow-submodules
                      any cloned submodules will be shallow
--[no-]separate-git-dir <gitdir>
                      separate git dir from working tree
--[no-]ref-format <format>
                      specify the reference format to use
-c, --[no-]config <key=value>
                      set config inside the new repository
--[no-]server-option <server-specific>
                      option to transmit
-4, --ipv4            use IPv4 addresses only
-6, --ipv6            use IPv6 addresses only
--[no-]filter <args>  object filtering
--[no-]also-filter-submodules
                      apply partial clone filters to submodules
--[no-]remote-submodules
                      any cloned submodules will use their remote-tracking branch
--[no-]sparse         initialize sparse-checkout file to include only files at root
--[no-]bundle-uri <uri>
                      a URI for downloading bundles before fetching from origin remote

==> ERROR: Failure while downloading waydroid git repo
Aborting…
Anything I can do to fix this or is it a problem on the server side?

You might try installing waydroid-git instead. Presently, there’s only 1 commit difference anyway.

Just be mindful, that as it’s a -git package, updates won’t be reflected in AUR updates. You’ll need to periodically re-run the install manually to build in the most recent Github updates.

waydroid-git fails to build with the exact same error about mirror not being a recognized augment

So no not a possible solution here

If I am looking at this correctly it looks like it uses -mirror instead of --mirror aka missing a hyphen when doing the git clone which is why it is erroring out on me. And is the reason its failing on trying to do waydroid-git as well.

Where would I go about looking into fixing this typo in the files?