Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / qmk
Commits:
b56982f1 by iizuki at 2026-03-02T18:33:08+02:00
Add missing dos2unix dependency
- - - - -
0c60758a by Morten Linderud at 2026-03-16T21:14:18+01:00
Merge remote-tracking branch 'origin/merge-requests/1'
* origin/merge-requests/1:
Add missing dos2unix dependency
- - - - -
f99bf1d8 by Morten Linderud at 2026-03-16T21:14:59+01:00
upgpkg: 1.2.0-2: add missing dox2unix dep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qmk
pkgdesc = CLI tool for customizing supported mechanical keyboards.
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qmk/qmk_cli
arch = any
license = MIT
@@ -31,6 +31,7 @@ pkgbase = qmk
depends = python-pyusb
depends = python-pyserial
depends = python-pillow
+ depends = dos2unix
optdepends = gcc
optdepends = libffi
optdepends = libusb-compat
=====================================
PKGBUILD
=====================================
@@ -5,17 +5,17 @@
pkgname=qmk
pkgver=1.2.0
_qmk_udev_pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="CLI tool for customizing supported mechanical keyboards."
arch=('any')
url="https://github.com/qmk/qmk_cli"
license=('MIT')
depends=('python-platformdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git'
'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
- 'python-hid' 'python-pyusb' 'python-pyserial' 'python-pillow')
+ 'python-hid' 'python-pyusb' 'python-pyserial' 'python-pillow'
'dos2unix')
makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
optdepends=('gcc'
'libffi'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qmk/-/compare/3f02aaed24a5969dd807facbcee9388dd5fa685c...f99bf1d82a2a1f6a3f7f7eaa5ad1886abe539354
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qmk/-/compare/3f02aaed24a5969dd807facbcee9388dd5fa685c...f99bf1d82a2a1f6a3f7f7eaa5ad1886abe539354
You're receiving this email because of your account on gitlab.archlinux.org.