WrapEarnPass created an issue (geany/geany-plugins#1594)
libsoup-2 isn't part of the build anymore.
libsoup-3 is the current dependency.
geany-plugins.nsi still tries to remove libsoup-2
```
Delete "$INSTDIR\bin\libsoup-2.4-1.dll"
Delete "$INSTDIR\bin\libsoup-gnome-2.4-1.dll"
```
plugin SpellCheck also requested aspell, but I don't see it referenced here at
all.
multiple plugings requested libgit2, which is now up to 1.19. It is in this
file as a 1.17
sqlite is up to sqlite3.53.3, but in this file as sqlite3.43.2
If this file is actually generated based on the build, it seems a generated
file is checked in.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1594
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/[email protected]>