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

Morten Linderud foxboron at archlinux.org
Thu Dec 3 16:00:40 UTC 2020


    Date: Thursday, December 3, 2020 @ 16:00:39
  Author: foxboron
Revision: 769697

upgpkg: qmk 0.0.37-1

Modified:
  qmk/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-03 15:55:23 UTC (rev 769696)
+++ PKGBUILD	2020-12-03 16:00:39 UTC (rev 769697)
@@ -3,20 +3,20 @@
 # Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
 
 pkgname=qmk
-pkgver=0.0.36
-pkgrel=3
+pkgver=0.0.37
+_qmk_pkgver=0.11.2
+pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
 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'
+         'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
          'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments')
 makedepends=('python-setuptools')
 optdepends=('arm-none-eabi-binutils'
             'arm-none-eabi-newlib'
             'avr-binutils'
-            'avr-libc'
             'gcc'
             'libffi'
             'libusb-compat'
@@ -25,17 +25,9 @@
             'wget: some update scripts'
             'diffutils: some update scripts')
 source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz"
-        '50-atmel-dfu.rules'
-        '54-input-club-keyboard.rules'
-        '55-caterina.rules'
-        '56-dfu-util.rules'
-        '57-bootloadhid.rules')
-sha256sums=('8d8f0bb7dd2c740d8af99ab4650e306a87c75e5a5785cf3f03a0272d215d1671'
-            'e755c3809ca9bf7952aa009df7cd453ffed9587a7bd73bbaca86d504b9bdfc9b'
-            '93a26f044baf2dd9d0ba78a2c18eef3bb3a2512605467228f9af309532f8a61b'
-            'fb9d05568466da0250331f3eb1602f17218c5ae7f40cf6abaee455ca74c270a6'
-            'fc8b52f38c6fb1f793477755198f0e55d8935e707e602211c8f5f23603f6a8ff'
-            '44bc829563b073327396337abd0565396167871ed06e83fe4b18763ab63cfc3f')
+        "https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules")
+sha256sums=('c10a1b18a9a9ecfa1a188a4174ed97fcb9b46b5fb706af6acdf879cfdef1af24'
+            '1347051edd5350f6aad8545f5f98907d9d75f0049803bbcc7ef1c4f83b7659ad')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list