[arch-commits] Commit in qmk/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon Mar 29 17:18:35 UTC 2021


    Date: Monday, March 29, 2021 @ 17:18:35
  Author: foxboron
Revision: 909384

upgpkg: qmk 0.0.45-1

Modified:
  qmk/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 17:18:22 UTC (rev 909383)
+++ PKGBUILD	2021-03-29 17:18:35 UTC (rev 909384)
@@ -3,8 +3,8 @@
 # Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
 
 pkgname=qmk
-pkgver=0.0.40
-_qmk_pkgver=0.12.15
+pkgver=0.0.45
+_qmk_pkgver=0.12.29
 pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
@@ -11,7 +11,8 @@
 url="https://github.com/qmk/qmk_cli"
 license=('MIT')
 depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
-         'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+         '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')
 makedepends=('python-setuptools')
@@ -24,7 +25,7 @@
             'diffutils: some update scripts')
 source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz"
         "50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules")
-sha256sums=('b4c051d2cb922dda1561069d7d98e9300071d37a27d96610cc5cc703eccb5d06'
+sha256sums=('43f297f36b21d68c34c5efa0ce1449dddb2e28753f80939cadf761ee7a2a0901'
             'd6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
 
 build() {



More information about the arch-commits mailing list