Issues installing Wappler on Arch linux

Hello,

I am having trouble installing Wappler on my machine running Arch Linux. I followed the guide provided by the community here: Installing Wappler on Arch Linux in 2022

However i get the following error:

~/Downloads > sudo pacman -U wappler-7.3.6-1-x86_64.pkg.tar.zst
loading packages...
resolving dependencies...
warning: cannot resolve "gtk>=3.9.10", a dependency of "wappler"
warning: cannot resolve "libx111.4.99.1", a dependency of "wappler"
warning: cannot resolve "libxcomposite0.4.5", a dependency of "wappler"
warning: cannot resolve "libxdamage1.1", a dependency of "wappler"
warning: cannot resolve "nspr4.9-2\~", a dependency of "wappler"
warning: cannot resolve "nss3.30", a dependency of "wappler"
:: The following package cannot be upgraded due to unresolvable dependencies:
wappler

:: Do you want to skip the above package for this upgrade? \[y/N\]
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'gtk>=3.9.10' required by wappler
:: unable to satisfy dependency 'libx111.4.99.1' required by wappler
:: unable to satisfy dependency 'libxcomposite0.4.5' required by wappler
:: unable to satisfy dependency 'libxdamage1.1' required by wappler
:: unable to satisfy dependency 'nspr4.9-2\~' required by wappler
:: unable to satisfy dependency 'nss3.30' required by wappler

But i do have these packages installed.

If i choose to skip packages I instead get:
there is nothing to do

I understand that this way of installing is not officially supported but was wondering if anyone has any experience with this

Solution was removing all these packages from the .PKGINFO file while installing using debtap. After that installation worked without issues!