summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamack382023-01-07 18:39:15 +0000
committerKamack382023-01-07 18:39:15 +0000
commit3fd21bec01fdc39a5b146c34f92271b2515e7e3b (patch)
tree9e8e62c34137a94375e27ffe26ef7a02b3331b2b /PKGBUILD
parentd236bafd5d724a284396d20372c142a2166cebb3 (diff)
downloadaur-3fd21bec01fdc39a5b146c34f92271b2515e7e3b.tar.gz
Update asus-touchpad-numpad-driver-git to r353.5b34b32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60833ddd96b8..5d30bb81547c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname=(
"${_pkgbase}-gx551-git"
"${_pkgbase}-g533-git"
)
-pkgver=r350.ce4f032
+pkgver=r353.5b34b32
pkgrel=1
pkgdesc="Linux newest feature-rich configurable driver for Asus numpad"
arch=('any')
@@ -39,6 +39,7 @@ _package() {
install -Dm644 "asus_touchpad.X11.service" "${pkgdir}/usr/lib/systemd/system/asus_touchpad.X11.service"
install -Dm644 "asus_touchpad_suspend.service" "${pkgdir}/usr/lib/systemd/system/asus_touchpad_suspend.service"
install -Dm 644 -t "${pkgdir}/usr/share/asus_touchpad_numpad-driver/numpad_layouts" numpad_layouts/*.py
+ install -Dm 644 "LICENSE.md" "${pkgdir}/usr/share/licenses/${_pkgbase}/LICENSE.md"
}
main() {