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

Morten Linderud foxboron at archlinux.org
Tue Jan 12 17:50:30 UTC 2021


    Date: Tuesday, January 12, 2021 @ 17:50:30
  Author: foxboron
Revision: 820177

upgpkg: qmk 0.0.39-1

Modified:
  qmk/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 17:39:21 UTC (rev 820176)
+++ PKGBUILD	2021-01-12 17:50:30 UTC (rev 820177)
@@ -3,8 +3,8 @@
 # Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
 
 pkgname=qmk
-pkgver=0.0.37
-_qmk_pkgver=0.11.2
+pkgver=0.0.39
+_qmk_pkgver=0.11.43
 pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
@@ -12,12 +12,10 @@
 license=('MIT')
 depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
          'python-milc' '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')
-optdepends=('arm-none-eabi-binutils'
-            'arm-none-eabi-newlib'
-            'avr-binutils'
-            'gcc'
+optdepends=('gcc'
             'libffi'
             'libusb-compat'
             'clang: chibios-upgrader'
@@ -25,8 +23,8 @@
             'wget: some update scripts'
             'diffutils: some update scripts')
 source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz"
-        "https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules")
-sha256sums=('c10a1b18a9a9ecfa1a188a4174ed97fcb9b46b5fb706af6acdf879cfdef1af24'
+        "50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules")
+sha256sums=('21532ca4daa40c01f0727a162f9b67e5cd070cacfc636739b87460065a5f1863'
             '1347051edd5350f6aad8545f5f98907d9d75f0049803bbcc7ef1c4f83b7659ad')
 
 build() {
@@ -39,5 +37,5 @@
   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" "${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
 }



More information about the arch-commits mailing list