name='qmk-hid'

version='0.1.12'
release='2'
libgcc
This commit is contained in:
Евгений Храмов 2024-07-21 13:32:45 +03:00
parent 3311f65a65
commit 0947209659

@ -1,6 +1,6 @@
name='qmk-hid' name='qmk-hid'
version='0.1.12' version='0.1.12'
release='1' release='2'
desc='Commandline tool for interacting with QMK devices over HID.' desc='Commandline tool for interacting with QMK devices over HID.'
homepage='https://github.com/FrameworkComputer/qmk_hid' homepage='https://github.com/FrameworkComputer/qmk_hid'
maintainer="Евгений Храмов <xpamych@yandex.ru>" maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -9,7 +9,7 @@ license=('BSD')
provides=('qmk') provides=('qmk')
conflicts=('qmk' 'qmk-git') conflicts=('qmk' 'qmk-git')
deps=('gcc-libs' deps=('libgcc'
'systemd-libs' 'systemd-libs'
'libcap' 'libcap'
) )