-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.37.0](v0.36.6...v0.37.0) (2024-11-20) ### Bug Fixes * **SourceSteamDeck:** configure trackpads when disabling lizard mode ([8c1e4c2](8c1e4c2)) * **TargetTouchpad:** minor performance improvements ([0eb697b](0eb697b)) ### Features * **CompositeDevice:** add GAMEPAD_ONLY intercept mode ([0d40c7a](0d40c7a)) * **Manager:** expose InputPlumber version over dbus ([c1998ec](c1998ec))
- Loading branch information
1 parent
8c1e4c2
commit 4d6a1f2
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.36.6 | ||
pkgver=v0.37.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=('bafb3904ac4f6448315863ca03840b387da5a5739aa7574a6ea3e96f80494013') | ||
sha256sums=('29920b201d6b792e744701cd9d02a3a529a48d9c7d22e6a534948a0347d79e2d') | ||
|
||
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