-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.48.0](v0.47.3...v0.48.0) (2025-02-23) ### Bug Fixes * **LED:** clean up clippy warnings and implement dualsense led handling ([116ccd3](116ccd3)) * **LED:** update schema and move fixed color to source config ([9c38bfb](9c38bfb)) ### Features * **Grand Unified Controller:** add unified controller driver ([b396408](b396408)) * **LED:** LEDs initial implementation ([f239883](f239883))
- Loading branch information
1 parent
5e6c3aa
commit 26fa238
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: William Edwards <[email protected]> | ||
pkgname=inputplumber-bin | ||
_pkgbase=inputplumber | ||
pkgver=v0.47.3 | ||
pkgver=v0.48.0 | ||
pkgrel=1 | ||
pkgdesc="Open source input router and remapper daemon for Linux" | ||
arch=('x86_64') | ||
|
@@ -12,7 +12,7 @@ provides=('inputplumber') | |
conflicts=('inputplumber-git') | ||
source=(inputplumber-$pkgver.tar.gz::https://github.com/ShadowBlip/inputplumber/releases/download/$pkgver/inputplumber.tar.gz) | ||
|
||
sha256sums=('6840765c87d1cb0bac0e654d81ec21140dd509abc74e223d276e1cabcacba0f2') | ||
sha256sums=('6695333e7723171bbfd7fc6082d40368b1e89dd19de1936a56455eeefeb92d7e') | ||
|
||
prepare() { | ||
cd "$srcdir/${_pkgbase}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters