summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--imod.install1
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59444434f7b8..d8f5e5244dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Nov 27 05:25:04 UTC 2021
pkgbase = input-modifier
pkgdesc = uinput based key bindings and macros tool
- pkgver = 1.3.1
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/tildearrow/input-modifier
install = imod.install
@@ -9,8 +11,8 @@ pkgbase = input-modifier
license = GPL
makedepends = cmake
depends = udev
- source = https://github.com/tildearrow/input-modifier/archive/v1.3.1.tar.gz
- sha256sums = 9f0f35b15af6f171ffa7ab23909c4b6fcc1acf92f83ef070d9b02123f34ae419
+ source = https://github.com/tildearrow/input-modifier/archive/v1.3.5.tar.gz
+ sha256sums = d36f2453be794f2ae8b84178ae7527aa61c439470315f20f473f07f76b21ac83
pkgname = input-modifier
diff --git a/PKGBUILD b/PKGBUILD
index a1ea5d3f978c..92722af721c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
-# Maintainer: tildearrow <acc12345acc at gmail dot com>
-# yes, I'm aware of the reference to $srcdir issue
+# Maintainer: tildearrow <me@tildearrow.org>
pkgname=input-modifier
-pkgver=1.3.1
+pkgver=1.3.5
pkgrel=1
pkgdesc="uinput based key bindings and macros tool"
arch=('i686' 'x86_64')
@@ -10,7 +9,7 @@ license=('GPL')
depends=('udev')
makedepends=('cmake')
source=("https://github.com/tildearrow/input-modifier/archive/v$pkgver.tar.gz")
-sha256sums=('9f0f35b15af6f171ffa7ab23909c4b6fcc1acf92f83ef070d9b02123f34ae419')
+sha256sums=('d36f2453be794f2ae8b84178ae7527aa61c439470315f20f473f07f76b21ac83')
install=imod.install
build() {
@@ -26,6 +25,5 @@ build() {
package() {
cd "$pkgname-$pkgver/build"
make DESTDIR="$pkgdir/" install
- # unneeded. to be fixed for 1.3.2
rm "$pkgdir/usr/lib/udev/rules.d/98-imod-ubuntu14.rules"
}
diff --git a/imod.install b/imod.install
index 9c8b0c9ffa1f..df57d27c19a3 100644
--- a/imod.install
+++ b/imod.install
@@ -16,6 +16,7 @@ post_install() {
fi
echo "add yourself to the input group in order to be able to use the program:"
echo "sudo usermod -a -G input <username>"
+ echo "then re-login."
if [ $INSEXTRAFAIL -eq 1 ]
then echo "additionally, you may have to reboot... :("