diff options
author | leledumbo_cool@yahoo.co.id | 2025-02-27 09:11:23 +0700 |
---|---|---|
committer | leledumbo_cool@yahoo.co.id | 2025-02-27 09:11:23 +0700 |
commit | 34d8a85442ac02852bfd177837acd0ea58394f26 (patch) | |
tree | 3b3d92dec6cf048ff5da757e9b9776aab2497cfe | |
parent | 9d18b191c748934b74a1b4768c9491b90cae92ba (diff) | |
download | aur-34d8a85442ac02852bfd177837acd0ea58394f26.tar.gz |
Bump to v0.20.3, note that I'm on Wayland, window hiding is still broken for me
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,17 +1,17 @@ pkgbase = l5p-keyboard-rgb-bin pkgdesc = RGB Keyboard control for Legion 5 (Pro) 2020-2022 and Ideapad Gaming 3 2021 - pkgver = 0.20.0 + pkgver = 0.20.3 pkgrel = 1 url = https://github.com/4JX/L5P-Keyboard-RGB install = l5p-keyboard-rgb-bin.install arch = x86_64 license = gpl options = !emptydirs - source = 0.20.0.zip::https://github.com/4JX/L5P-Keyboard-RGB/releases/download/v0.20.0/legion-kb-rgb-linux.zip + source = 0.20.3.zip::https://github.com/4JX/L5P-Keyboard-RGB/releases/download/v0.20.3/legion-kb-rgb-linux.zip source = 99-kblight.rules source = legion-kb-rgb.svg source = legion-kb-rgb.desktop - sha256sums = a5c397c4323fa962c27827be2a124c9d427f0c45ad678e9a8103bf55a744e401 + sha256sums = 3b2a4064a24cf88244f499af753be8f498f924e63fb19792490f4ba1b50599de sha256sums = 22946423fd8e0bf7b7fe7e98fc1331f0000064f9fe3c96cd31f52348d3174f16 sha256sums = da03140754276cd23d848cf7b9ef517a6a13d642e333db086b00586bcdd884e6 sha256sums = 77f41134bac057148ab92c2bfe3ef40f065d6cb6bde52ee38e301fe6b8b5f307 @@ -1,6 +1,6 @@ # Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id> pkgname=l5p-keyboard-rgb-bin -pkgver=0.20.0 +pkgver=0.20.3 pkgrel=1 pkgdesc="RGB Keyboard control for Legion 5 (Pro) 2020-2022 and Ideapad Gaming 3 2021" arch=('x86_64') @@ -14,7 +14,7 @@ source=( 'legion-kb-rgb.desktop' ) sha256sums=( - 'a5c397c4323fa962c27827be2a124c9d427f0c45ad678e9a8103bf55a744e401' + '3b2a4064a24cf88244f499af753be8f498f924e63fb19792490f4ba1b50599de' '22946423fd8e0bf7b7fe7e98fc1331f0000064f9fe3c96cd31f52348d3174f16' 'da03140754276cd23d848cf7b9ef517a6a13d642e333db086b00586bcdd884e6' '77f41134bac057148ab92c2bfe3ef40f065d6cb6bde52ee38e301fe6b8b5f307' |