summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamack382023-01-21 18:39:07 +0000
committerKamack382023-01-21 18:39:07 +0000
commitf2b8fe222b12caaad5332a4e658616b98080574e (patch)
tree821d99448451b92023e766de4c132776328d906e
parent6a0105bf0ae5dfda808946c3cc283b7e742597a0 (diff)
downloadaur-f2b8fe222b12caaad5332a4e658616b98080574e.tar.gz
Update asus-touchpad-numpad-driver-git to r367.3d6ad9a
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--asus-touchpad-numpad-driver-git.install17
3 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51a222931922..c593a3a05cab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asus-touchpad-numpad-driver-git
pkgdesc = Linux newest feature-rich configurable driver for Asus numpad
- pkgver = r365.995c869
+ pkgver = r367.3d6ad9a
pkgrel = 1
url = https://github.com/asus-linux-drivers/asus-touchpad-numpad-driver
install = asus-touchpad-numpad-driver-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 0e8925319186..43ea09733804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname=(
"${_pkgbase}-gx551-git"
"${_pkgbase}-g533-git"
)
-pkgver=r365.995c869
+pkgver=r367.3d6ad9a
pkgrel=1
pkgdesc="Linux newest feature-rich configurable driver for Asus numpad"
arch=('any')
diff --git a/asus-touchpad-numpad-driver-git.install b/asus-touchpad-numpad-driver-git.install
index 34c0dede8cd6..a9cbf68908c5 100644
--- a/asus-touchpad-numpad-driver-git.install
+++ b/asus-touchpad-numpad-driver-git.install
@@ -1,17 +1,4 @@
post_install() {
- modprobe i2c-dev
- echo "i2c-dev" | tee /etc/modules-load.d/i2c-dev.conf >/dev/null
- systemctl enable --now asus_touchpad_numpad
-}
-
-pre_upgrade() {
- systemctl disable --now asus_touchpad_numpad
-}
-
-post_upgrade() {
- systemctl enable --now asus_touchpad_numpad
-}
-
-pre_remove() {
- systemctl disable --now asus_touchpad_numpad
+ modprobe i2c-dev
+ echo "i2c-dev" | tee /etc/modules-load.d/i2c-dev.conf >/dev/null
}