[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Tue May 11 15:33:04 UTC 2021


    Date: Tuesday, May 11, 2021 @ 15:33:04
  Author: foxboron
Revision: 930225

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
    (from rev 930224, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-11 15:32:56 UTC (rev 930224)
+++ PKGBUILD	2021-05-11 15:33:04 UTC (rev 930225)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Akaash Suresh <https://github.com/Curry>
-# Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
-
-pkgname=qmk
-pkgver=0.0.45
-_qmk_pkgver=0.12.29
-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' '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')
-optdepends=('gcc'
-            'libffi'
-            'libusb-compat'
-            'clang: chibios-upgrader'
-            'zip: some distribution script'
-            'wget: some update scripts'
-            '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=('43f297f36b21d68c34c5efa0ce1449dddb2e28753f80939cadf761ee7a2a0901'
-            'd6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  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 ../"50-qmk.rules_${pkgver}" "${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 930224, qmk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-11 15:33:04 UTC (rev 930225)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Akaash Suresh <https://github.com/Curry>
+# Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
+
+pkgname=qmk
+pkgver=0.0.48
+_qmk_pkgver=0.12.48
+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' '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')
+optdepends=('gcc'
+            'libffi'
+            'libusb-compat'
+            'clang: chibios-upgrader'
+            'zip: some distribution script'
+            'wget: some update scripts'
+            '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=('3ca801d295bef68c5e51cdee68e5871d61b1a2bc75d40a13de1cacad3c7a482f'
+            'd6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  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 ../"50-qmk.rules_${pkgver}" "${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}



More information about the arch-commits mailing list