summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortildearrow2019-03-27 01:54:39 -0500
committertildearrow2019-03-27 01:54:39 -0500
commit0d18bb11995b5ec35929f0a174727066a3be78b3 (patch)
treed2e8d9781d52e90596a91108171fe1d4ad919155
parent00a6a15c8968962da6269558404739f6a4ce0397 (diff)
downloadaur-0d18bb11995b5ec35929f0a174727066a3be78b3.tar.gz
update for 1.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--imod.install1
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59444434f7b8..a1db7289b474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Mar 27 06:54:27 UTC 2019
pkgbase = input-modifier
pkgdesc = uinput based key bindings and macros tool
- pkgver = 1.3.1
+ pkgver = 1.3.2
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.2.tar.gz
+ sha256sums = b7ac3755d22018dd78058d601e09ab2d9b9238b3b1671eeb83938b10de78829d
pkgname = input-modifier
diff --git a/PKGBUILD b/PKGBUILD
index a1ea5d3f978c..7b197caec7a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tildearrow <acc12345acc at gmail dot com>
# yes, I'm aware of the reference to $srcdir issue
pkgname=input-modifier
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="uinput based key bindings and macros tool"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('udev')
makedepends=('cmake')
source=("https://github.com/tildearrow/input-modifier/archive/v$pkgver.tar.gz")
-sha256sums=('9f0f35b15af6f171ffa7ab23909c4b6fcc1acf92f83ef070d9b02123f34ae419')
+sha256sums=('b7ac3755d22018dd78058d601e09ab2d9b9238b3b1671eeb83938b10de78829d')
install=imod.install
build() {
@@ -27,5 +27,7 @@ package() {
cd "$pkgname-$pkgver/build"
make DESTDIR="$pkgdir/" install
# unneeded. to be fixed for 1.3.2
+ # oh, really? did I say 1.3.2? i'm sorry :( I completely forgot about
+ # the PKGBUILD
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... :("