summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Edwards2024-03-30 23:57:01 -0700
committerWilliam Edwards2024-03-30 23:57:01 -0700
commitbdec644ab1a167d964f3529b2367680c5c5425fa (patch)
tree819ea8b4e550d3bd9dcf7580cd50e7d60144c7a6 /PKGBUILD
parent591d410127108c2e995dfd83d295679b0aa6c5ee (diff)
downloadaur-bdec644ab1a167d964f3529b2367680c5c5425fa.tar.gz
Update to v0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 742c057e0703..e59a13edfe81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: William Edwards <shadowapex@gmail.com>
pkgname=inputplumber-bin
_pkgbase=inputplumber
-pkgver=v0.6.0
+pkgver=v0.10.0
pkgrel=1
-pkgdesc="Open source input daemon for Linux"
+pkgdesc="Open source input router and remapper daemon for Linux"
arch=('x86_64')
url="https://github.com/ShadowBlip/inputplumber"
license=('GPL')
@@ -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=('c699f25a93d42c39e5ca78eb9fbaa275d3d6b4a24d14b2764b3ee8e1d054bd4b')
+sha256sums=('617ba02b901ecd3dd07ac9932048a74beec66dd15053490be93ff2afebfad1cb')
prepare() {
cd "$srcdir/${_pkgbase}"