AUR (en) - wd719x-firmware (original) (raw)
gesh commented on 2026-02-08 16:38 (UTC)
Strykar commented on 2025-06-21 10:01 (UTC) (edited on 2025-06-21 10:03 (UTC) by Strykar)
A provides array might be nice too:
provides=('wd7193' 'wd7197' 'wd7296')
mijailr commented on 2025-06-20 18:58 (UTC)
Good catch @rover1013 the issue was related with the order on the install command
-Dt -m644 was working before, but now we must pass -m644 before the -Dt
rover1013 commented on 2025-06-20 18:42 (UTC) (edited on 2025-06-20 18:44 (UTC) by rover1013)
The new package() install step references the wrong location currently.
install -Dt -m644 "${pkgdir}/usr/lib/firmware" wd719x-risc.bin wd719x-wcs.bin
should probably be:
install -Dt -m644 "${srcdir}/usr/lib/firmware" wd719x-risc.bin wd719x-wcs.bin
or the dd output path needs to change for those files to the pkgdir instead.
Managor commented on 2024-07-18 08:12 (UTC) (edited on 2024-08-14 07:20 (UTC) by Managor)
Can the order of dependencies be swapped around? lha fails to build.
rbuchberger commented on 2021-04-04 09:37 (UTC)
Ok! thanks for explaining. I just asked because I didn't see it discussed anywhere.
mijailr commented on 2021-04-02 13:45 (UTC)
Indeed rbuchberger, but the original .exe file doesn't exist anymore and we was having issues with archive.org so we decided to store the exe in the repository and do not allow pull request changing the sha signature or the exe file. But if you have a proposal, please open a pull request.
rbuchberger commented on 2021-04-02 11:13 (UTC)
Sorry to be suspicious, but where did that .exe file come from? It's a little weird to pull a compiled binary from someone's github.
Eeems commented on 2020-10-28 17:29 (UTC)
I've noticed that this PKGBUILD will hang waiting for user input if the lha commands have already extracted their contents as part of a previous run. I'd recommend adding f to the options.
ryshglene commented on 2020-04-07 18:22 (UTC) (edited on 2020-04-07 18:23 (UTC) by ryshglene)
Done ( :
Edit: sorry, it took a while. I'm not really familiar with how GitHub works