Youtube-dl-gui failed validity check

I’ve been trying to download "youtube-dl-gui on one my computers for a while, but evidently is not passing the validity check. I suppose I just need to wait until the fix the signature?

Here’s the error message:

Building youtube-dl-gui...
==> Making package: youtube-dl-gui 2.5.7-1 (Sat 18 Apr 2026 07:23:44 AM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v2.5.6.tar.gz
  -> Found Square150x150Logo.png
  -> Found Square44x44Logo.png
  -> Found StoreLogo.png
==> Validating source files with md5sums...
    v2.5.6.tar.gz ... FAILED
    Square150x150Logo.png ... Skipped
    Square44x44Logo.png ... Skipped
    StoreLogo.png ... Skipped
==> ERROR: One or more files did not pass the validity check!
Failed to build youtube-dl-gui

Mod edit: Added code-fence. :wink:

The problem is caused by the PKGBUILD having:

pkgver=2.5.7

The source file it is requesting is:

source=("https://github.com/StefanLobbenmeier/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"

which translates to:

https://github.com/StefanLobbenmeier/youtube-dl-gui/archive/refs/tags/v2.5.7.tar.gz

However, there is no v2.5.7 in the GitHub repository - the most recent is v2.5.6:

The issue has already been reported in the comments on the AUR (en) - youtube-dl-gui page:

3 Likes

Yes.

Contact the maintainer on the AUR page AUR (en) - youtube-dl-gui

In fact - it seems it has already been reported.

1 Like