Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / qmk
Commits:
bd17f49c by Morten Linderud at 2024-12-22T19:50:45+01:00
upgpkg: 1.1.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qmk
pkgdesc = CLI tool for customizing supported mechanical keyboards.
- pkgver = 1.1.5
- pkgrel = 3
+ pkgver = 1.1.6
+ pkgrel = 1
url = https://github.com/qmk/qmk_cli
arch = any
license = MIT
@@ -38,9 +38,9 @@ pkgbase = qmk
optdepends = zip: some distribution script
optdepends = wget: some update scripts
optdepends = diffutils: some update scripts
- source =
https://files.pythonhosted.org/packages/source/q/qmk/qmk-1.1.5.tar.gz
+ source =
https://files.pythonhosted.org/packages/source/q/qmk/qmk-1.1.6.tar.gz
source =
qmk-udev-0.1.1.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v0.1.1.tar.gz
- sha256sums =
2efe3c752230c6ba24b8719c3b6e85a5644bf8f7d0dd237757eda9b7b7e60b11
+ sha256sums =
dc436cdbabf2f8cec6dbad453de3832be01bac8e7e9c19075c29866ee22a8b50
sha256sums =
e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920
pkgname = qmk
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
pkgname=qmk
-pkgver=1.1.5
+pkgver=1.1.6
_qmk_udev_pkgver=0.1.1
-pkgrel=3
+pkgrel=1
pkgdesc="CLI tool for customizing supported mechanical keyboards."
arch=('any')
url="https://github.com/qmk/qmk_cli"
@@ -26,7 +26,7 @@ optdepends=('gcc'
'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=('2efe3c752230c6ba24b8719c3b6e85a5644bf8f7d0dd237757eda9b7b7e60b11'
+sha256sums=('dc436cdbabf2f8cec6dbad453de3832be01bac8e7e9c19075c29866ee22a8b50'
'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qmk/-/commit/bd17f49c0faf18aa53fc4c5c8d5ebf04a00ed6a3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qmk/-/commit/bd17f49c0faf18aa53fc4c5c8d5ebf04a00ed6a3
You're receiving this email because of your account on gitlab.archlinux.org.