I just downloaded it 3 times and got 3 different sha-256 sums... what's going on
That's odd. I couldn't reproduce that from my connection. Was it without HTTPS errors all 3 times? What was the URL? Can you post these sums? (that way, later there's a chance people can compare if it matches any known malware, etc)
Any chance that these were incomplete downloads?
could you paste the updated PKGBUILD?
That would be too big for a comment. But there are just 3 edits:
1: Line 4, the one starting with pkgver=
-- change to pkgver=1.6.8
2: Line 12, the one starting with source=
-- change to source=("foobar2000_v$pkgver.exe::https://www.foobar2000.org/getfile/foobar2000_v$pkgver.exe"
3: Line 18, the one starting with sha256sums=
-- change to sha256sums=('679ecdb3304e2fcefb7b5e087fba527e3a5921fcdbc24b4093bee05ab0fec7a0'
After that, it successfully built and installed for me.
(The only remaining issue is with missing wineprefix folder, I created it manually but didn't fix it in PKGBUILD. I don't have permissions to contribute anyway. But if author invited me, that would be cool btw. I did ask some time ago, but didn't get a response sadly.)
Pinned Comments
supermario commented on 2025-01-13 13:39 (UTC)
@aliu if you try to download the exe file directly in the sources array the download site returns you an HTML page not the actual executable so we need to do this workaround
all: I have updated this package to use the 64bit executable on 64bit systems now that the upstream 7zip package is able to extract it. If you have problems please report them and I'll rollback to the 32bit executable even on 64bit systems until we can find a fix