It fails with
==> ERROR: Failure while downloading https://www.mediahuman.com/de/download/YouTubeToMP3.amd64.deb
Aborting...
:: Unable to build youtube-to-mp3 - makepkg exited with code: 1
Please verify and correct.
Git Clone URL: | https://aur.archlinux.org/youtube-to-mp3.git (read-only, click to copy) |
---|---|
Package Base: | youtube-to-mp3 |
Description: | YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally |
Upstream URL: | https://www.mediahuman.com/youtube-to-mp3-converter/ |
Keywords: | Converter Youtube |
Licenses: | custom |
Submitter: | meberlei |
Maintainer: | meberlei |
Last Packager: | meberlei |
Votes: | 3 |
Popularity: | 0.079192 |
First Submitted: | 2020-04-25 20:42 (UTC) |
Last Updated: | 2022-04-05 06:51 (UTC) |
It fails with
==> ERROR: Failure while downloading https://www.mediahuman.com/de/download/YouTubeToMP3.amd64.deb
Aborting...
:: Unable to build youtube-to-mp3 - makepkg exited with code: 1
Please verify and correct.
Upstream website appears to be down?
The upstream source URL changed. The new upstream source is now added and should work again without issue
mediahuman.com is down so this package fails to install and/or update.
to bypass these checksums, run "yay -S --mflags --skipinteg youtube-to-mp3"
Please correct the MD5sums to.... md5sums_i386=("c4967849efc960ce8a14f759cdefad28") md5sums_x86_64=("db646fe9322d5addd51a680b43779c27")
Thank you !
What about just runing updpkgsums instead of replacing the contents of md5sums_i686=() and md5sums_x86_64=() with "SKIP"?
If you get the md5sum check error, just try again after one or two days. I currently update those as soon as I can manually. This is sadly my only option since the checksums aren't displayed anywhere on the source page. I would love to hear some ideas on how to get rid of the md5sum checking but until then, it will always take a day or two if a new one comes out until it is updated.
If you don't want to wait for the updated checksums, you can download the PKGBUILD and run makepkg -ci --skipchecksums
to install it manually.
Best regards, meberlei
==> Validating source_x86_64 files with md5sums... youtube-to-mp3-3.9.9.43.deb ... FAILED ==> ERROR: One or more files did not pass the validity check!
Attempted to install by yay and makepkg, both with above error.
Complies OK with current x64 deb MD5 = "FFBECCB7A09ECA8A4320279C87BCB630"
Hello,
ok, i used yay and the install was successfull. Primary i use Pamac for packagebuild but there is still md5sum error.
Thanks Best Regards
Hello, that is weird, on my end, when installing via yay, there is absolutely no problem while checking md5sums. Are you trying to install Version 3.9.9.38-2? Because only this Version will work, since the md5sums change for every package version and the source only provides a link to the newest one. If you also use yay for installing, try clean building the package. Otherwise please tell me your installation process, so I can try to reproduce this error. With Best Regards
Hello,
the problem with the md5sum error still exists.....
Error Message: One or more files did not pass the validity check! (Translated from German to English)
Thanks Best Regards
Hello Cerberus111, thanks for informing me. The new Checksums are out, try again please. With best regards, meberlei
Hello,
the new version has a md5sum error. Version: 3.9.9.38
Please fix it..
Thanks Best regards
Hello FabioLolix,
I sent a message to the MediaHuman Team regarding that and the person I wrote to there didn't know under what Licence this should be, he gave me permission to redistribute it though, so thanks for pointing out the 'unknown' option. I will correct it.
I don't understand yet how the date will fix the Problem with the md5sums, since the original problem is, that the md5sum hashes will not work as soon as the packages are updated. I am currently working around that problem by having written a script that checks if the hashes still work that I execute on a daily basis which automatically edits the PKGBUILD to have the right checksums. Still obviously, this isn't ideal. I would ideally like to update the checksums in the PKGBUILD script with the pkgver() method but that doesn't seem to be possible. Do you know a better way around that?
With best regards, Matthias Eberlein
Hello, the program have a commercial license, please don't put random licenses; if you don't know what license it have use 'unkwon'
provide, conflicts, replaces are likely not needed, I wasn't able to found a 'yt2mp3'
About the sources there is a a less then ideal situation since the vendor offer unversioned archives. Using source_i386=("$pkgname-$pkgver.deb::htt... source_x86_64=("$pkgname-$pkgver.deb::htt... will cause issue over time, when there is a package update and when using updpkgsums for calculate the file hashes.
I suggest to use
source_i386=("$pkgname-$(date +%F-%H)-i386.deb::htt... source_x86_64=("$pkgname-$(date +%F-%H)-x86_64.deb::htt...
Pinned Comments
meberlei commented on 2020-09-24 09:07 (UTC) (edited on 2021-07-29 13:27 (UTC) by meberlei)
If you get the md5sum check error, just try again after one or two days. I currently update those as soon as I can manually. This is sadly my only option since the checksums aren't displayed anywhere on the source page. I would love to hear some ideas on how to get rid of the md5sum checking but until then, it will always take a day or two if a new one comes out until it is updated.
If you don't want to wait for the updated checksums, you can download the PKGBUILD and run
makepkg -ci --skipchecksums
to install it manually.Best regards, meberlei