vlc-plugin-fluidsynth not possible to install

Hello,
it is not possible to install ‘vlc-plugin-fluidsynth’

$ yaourt -S vlc-plugin-fluidsynth ... curl: (22) The requested URL returned error: 404 Not Found ==> FEHLER: Fehler beim Download von http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-3+b4_i386.deb Breche ab... ==> FEHLER:Makepkg konnte vlc-plugin-fluidsynth nicht erstellen. ==> Erstellen von vlc-plugin-fluidsynth neu starten?[j/N] ==> ----------------------------------------------------- ==>

Please help me.

with regards
Ch. Hanisch

Seems like the url in the vlc-plugin-fluidsynth pkgbuild is wrong. The correct one should be

http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-6+b2_i386.deb

Editing the pkgrel to 6 and _pkgrel_status to +b2 should help here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vlc-plugin-fluidsynth

Just a fyi, but the fluidsynth support is built into vlc-nightly (3.0.0v)

Plus it’s QT5. :smiley:

the problem is solved with editing the PKGBUILD

[code]
pkgver=2.2.4

pkgrel=6
_pkgrel_status=+b2

md5sums_x86_64=(SKIP)[/code]

regards
Ch. Hanisch