summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortildearrow2021-11-27 00:25:07 -0500
committertildearrow2021-11-27 00:25:07 -0500
commit1e9000d97542385647f1e698cf8fb7be07679e1a (patch)
tree915fa2b8b6cc72001daf5c5ef2540aed12a773a4
parentdcc3020421e77481aa00506e14717d62a29dcee5 (diff)
downloadaur-1e9000d97542385647f1e698cf8fb7be07679e1a.tar.gz
update to 1.3.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 098221b2992c..d8f5e5244dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 22 02:49:46 UTC 2020
+# Sat Nov 27 05:25:04 UTC 2021
pkgbase = input-modifier
pkgdesc = uinput based key bindings and macros tool
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/tildearrow/input-modifier
install = imod.install
@@ -11,8 +11,8 @@ pkgbase = input-modifier
license = GPL
makedepends = cmake
depends = udev
- source = https://github.com/tildearrow/input-modifier/archive/v1.3.4.tar.gz
- sha256sums = 25b522d72d3a5a75c42e4c7bf9d63fa547e7912e7266d7306d04a532ae149137
+ 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 89b0afbaaa7d..92722af721c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
-# Maintainer: tildearrow <tildearrow@protonmail.com>
-# yes, I'm aware of the reference to $srcdir issue
+# Maintainer: tildearrow <me@tildearrow.org>
pkgname=input-modifier
-pkgver=1.3.4
+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=('25b522d72d3a5a75c42e4c7bf9d63fa547e7912e7266d7306d04a532ae149137')
+sha256sums=('d36f2453be794f2ae8b84178ae7527aa61c439470315f20f473f07f76b21ac83')
install=imod.install
build() {
@@ -26,8 +25,5 @@ build() {
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"
}