Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
inputplumber
Commits:
62bf3957 by Peter Jung at 2026-01-09T15:58:47+01:00
upgpkg: 0.71.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = inputplumber
pkgdesc = Open source input router and remapper daemon for Linux
- pkgver = 0.70.1
+ pkgver = 0.71.0
pkgrel = 1
url = https://github.com/ShadowBlip/InputPlumber
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = inputplumber
depends = libiio
depends = systemd-libs
options = !lto
- source = git+https://github.com/ShadowBlip/InputPlumber.git#tag=v0.70.1
- sha256sums =
25655205e3ba6b84d92a2340b9c678529b4fae091380f2ee2fb4dce9090591e5
+ source = git+https://github.com/ShadowBlip/InputPlumber.git#tag=v0.71.0
+ sha256sums =
2a0717b832d33ad72f87358007619c8b3bbd6736a585f8ebec454f20f8c5e223
pkgname = inputplumber
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: William Edwards <[email protected]>
pkgname=inputplumber
-pkgver=0.70.1
+pkgver=0.71.0
pkgrel=1
pkgdesc="Open source input router and remapper daemon for Linux"
arch=('x86_64')
@@ -26,7 +26,7 @@ makedepends=(
rust
)
source=("git+https://github.com/ShadowBlip/InputPlumber.git#tag=v${pkgver}")
-sha256sums=('25655205e3ba6b84d92a2340b9c678529b4fae091380f2ee2fb4dce9090591e5')
+sha256sums=('2a0717b832d33ad72f87358007619c8b3bbd6736a585f8ebec454f20f8c5e223')
build() {
cd "$srcdir/InputPlumber"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/inputplumber/-/commit/62bf395705685bc05a756e3458d86f9c10cb895d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/inputplumber/-/commit/62bf395705685bc05a756e3458d86f9c10cb895d
You're receiving this email because of your account on gitlab.archlinux.org.