summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamack382023-01-07 18:39:15 +0000
committerKamack382023-01-07 18:39:15 +0000
commit3fd21bec01fdc39a5b146c34f92271b2515e7e3b (patch)
tree9e8e62c34137a94375e27ffe26ef7a02b3331b2b
parentd236bafd5d724a284396d20372c142a2166cebb3 (diff)
downloadaur-3fd21bec01fdc39a5b146c34f92271b2515e7e3b.tar.gz
Update asus-touchpad-numpad-driver-git to r353.5b34b32
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cafde329c3c9..2d36abfcf4fd 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 = r350.ce4f032
+ pkgver = r353.5b34b32
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 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() {