Package Details: wd719x-firmware 1-9

Git Clone URL: https://aur.archlinux.org/wd719x-firmware.git (read-only, click to copy)
Package Base: wd719x-firmware
Description: Firmware for Western Digital WD7193, WD7197, and WD7296 SCSI cards
Upstream URL: https://github.com/mijailr/wd719x-firmware
Licenses: custom
Submitter: pedrogabriel
Maintainer: mijailr
Last Packager: mijailr
Votes: 321
Popularity: 2.81
First Submitted: 2015-03-02 23:50 (UTC)
Last Updated: 2025-06-20 18:55 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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

mijailr commented on 2020-04-07 17:18 (UTC)

@ryshglene can you please create a pull request to the aur branch on https://github.com/mijailr/wd719x-firmware