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

Morten Linderud foxboron at gemini.archlinux.org
Sun Aug 21 12:03:59 UTC 2022


    Date: Sunday, August 21, 2022 @ 12:03:58
  Author: foxboron
Revision: 1272520

upgpkg: qmk 1.1.1-1

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-21 12:00:55 UTC (rev 1272519)
+++ PKGBUILD	2022-08-21 12:03:58 UTC (rev 1272520)
@@ -3,7 +3,7 @@
 # Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
 
 pkgname=qmk
-pkgver=1.1.0
+pkgver=1.1.1
 _qmk_udev_pkgver=0.1.1
 pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
@@ -16,7 +16,7 @@
          'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
          'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
          'python-hid' 'python-pyusb')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
 optdepends=('gcc'
             'libffi'
             'libusb-compat'
@@ -26,7 +26,7 @@
             'diffutils: some update scripts')
 source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz"
         "qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz")
-sha256sums=('771577c9e68eb7fe08969bab36aeb420713a525062dce52a06eda40da8cda5e1'
+sha256sums=('dd028e09ebcd61f8bdf8cb82929dfafc0e007d97a5a3803b45819b4641773269'
             'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
 
 build() {
@@ -38,6 +38,6 @@
 package() {
   make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
   cd "${pkgname}-${pkgver}"
-  python -m installer --destdir="$pkgdir" dist/*.whl
+  python -m installer --destdir="$pkgdir" --compile-bytecode=1 dist/*.whl
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list