summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Harting2023-08-01 02:52:47 +0200
committerGiovanni Harting2023-08-01 02:52:47 +0200
commit0f5ad86c8da848699d796330ccb968818667eb9e (patch)
tree3ca100ad2da62b36ea7b6335d270ae06e82b5b29 /PKGBUILD
parentb9fc3cfe2c8baa41c6a7b1f5209851c31009561a (diff)
downloadaur-0f5ad86c8da848699d796330ccb968818667eb9e.tar.gz
upgpkg: asus-numpad 0.4.1-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c58354d7fd29..2b9fa03ead5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=asus-numpad
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Linux daemon for Asus laptops to activate numpad on touchpad"
arch=(x86_64)
url="https://github.com/iamkroot/asus-numpad"
@@ -43,6 +43,7 @@ package() {
# configs
install -vDm644 $srcdir/$pkgname.sysusers "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
install -vDm644 $srcdir/$pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+ echo 'KERNEL=="uinput", GROUP="uinput", MODE:="0660"' > "$pkgdir/usr/lib/udev/rules.d/99-$pkgname.rules"
# license
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"