Search Criteria
Package Details: qmk-git 1.1.1.r13.gf9d3020-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qmk-git.git (read-only, click to copy) |
---|---|
Package Base: | qmk-git |
Description: | CLI tool for customizing supported mechanical keyboards. |
Upstream URL: | https://github.com/qmk/qmk_cli |
Licenses: | MIT |
Conflicts: | qmk |
Provides: | qmk |
Submitter: | Curry |
Maintainer: | serene-arc |
Last Packager: | serene-arc |
Votes: | 5 |
Popularity: | 0.191087 |
First Submitted: | 2020-01-14 21:03 (UTC) |
Last Updated: | 2023-03-18 22:01 (UTC) |
Dependencies (27)
- arm-none-eabi-binutils (gcc-arm-none-eabi-binAUR)
- arm-none-eabi-gcc (arm-none-eabi-gcc47-linaroAUR, arm-none-eabi-gcc48-linaroAUR, arm-none-eabi-gcc53-linaroAUR, arm-none-eabi-gcc49-linaroAUR, gcc-arm-none-eabi-binAUR)
- arm-none-eabi-newlib (gcc-arm-none-eabi-binAUR)
- avr-binutils (avr-binutils-219AUR, avr-binutils-220AUR)
- avr-gcc (avr-gcc-atmelAUR, avr-gcc-43AUR, avr-gcc-45AUR, avr-gcc-85AUR)
- avr-libc (avr-libc-tinyosAUR, avr-libc-16AUR, avr-libc-18AUR, avr-libc-debian-gitAUR, avr-libc-gitAUR, avr-libc-avrxmega3-svnAUR, avr-libc-avrxmega3AUR, avr-libc-atmega328pbAUR)
- avrdude (avrdude-svnAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- dfu-programmer
- dfu-util (dfu-util-gitAUR)
- diffutils
- flake8
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- git (git-gitAUR, git-glAUR)
- libusb-compat (libusb0AUR)
- python-dotty-dict
- python-hidapi (python-hidapi-gitAUR)
- python-hjson
- python-jsonschema
- python-milc
- Show 7 more dependencies...
Latest Comments
1 2 3 Next › Last »
artefact commented on 2023-05-02 11:00 (UTC)
Hi Serene-Arc,
I was the one who submitted the request. My apologies, I stand corrected now.
serene-arc commented on 2023-03-20 09:00 (UTC)
To the person who submitted an orphan request,
As the commit history will note, the package has not been broken for 6 months. The file in question is not marked by version number so there is no way to check the hash other than manually since it may be updated at any time. Next time it would be more helpful to mark the package out of date instead of trying to remove it from me so I can fix the issue. I'm not sure how to respond to the orphan request other than here, so hopefully a TU will see this when responding.
Thanks,
Serene-Arc
drwho commented on 2022-09-06 00:08 (UTC)
The hash for 50-qmk.rules_master changed again. It needs to be updated to this:
094d41a7005cc6ca12ddfa6d7dbaa8f4afa14a1beb10244ad97ee3b574016646
Static_Rocket commented on 2022-06-10 03:07 (UTC)
Requires python-pygments for
qmk setup
serene-arc commented on 2021-11-22 23:48 (UTC)
They changed one of the files so that it failed the hash. I updated it so it works now
msnspk commented on 2021-11-22 18:38 (UTC) (edited on 2021-11-22 18:48 (UTC) by msnspk)
Package fails to install for me:
Does not seem like anything has changed upstream
serene-arc commented on 2021-09-10 23:56 (UTC)
Ah yeah it is. Thanks, I'll get those changes into the repository.
qubidt commented on 2021-09-10 16:37 (UTC)
No, I wasn't sure about those dependencies so I left them alone. In the diff I posted the only dependencies I messed with where the
python-
ones.As for the
qmk
package, since this provides the same program, I think you should also add:to the PKGBUILD to indicate that the two overlap. That's conventional for
-git
packages, I believeserene-arc commented on 2021-09-10 04:54 (UTC)
Ah thanks, I'll look at all of those changes in a bit. Are you sure avrdude and everything like that should be removed? Presumably it's redundant with the qmk package but then that should be included in a dependency perhaps
qubidt commented on 2021-09-10 04:39 (UTC)
The udev rules give users write access so that they can flash the firmware.
qmk setup
will actually warn you to manually install the udev rules if the ones in theqmk_firmware
repo do not match the ones in/usr/lib/rules.d
. Installing them as part ofqmk-git
(like the officialqmk
package does) avoids this warning altogether.If it's helpful, here's my local PKGBUILD after the changes I suggested:
1 2 3 Next › Last »