summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2023-07-15 05:23:42 -0400
committerShayne Hartford2023-07-15 05:23:42 -0400
commit3b67b3eae156c34ab928d11b63371949ae16542c (patch)
treeca6982eb9ca1d24b3f72f8a39da23f4db2e1d853
parentff006217366a5adc25736633aa0ac6f5ca0b8e1b (diff)
downloadaur-3b67b3eae156c34ab928d11b63371949ae16542c.tar.gz
Move systemd unit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4baa8717a249..997a82ffc667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wootility-lekker-appimage
pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
pkgver = 4.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://wooting.io/wootility
install = wooting.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8bdafbe4ff39..24a136adba90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=wootility-lekker
pkgname=${_pkgname}-appimage
pkgver=4.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="Utility for configuring Wooting keyboards (binary AppImage version)"
arch=('x86_64')
url="https://wooting.io/wootility"
@@ -52,5 +52,5 @@ package() {
# Install udev rules and systemd services
install -Dpm644 "wooting.rules" "${pkgdir}/usr/lib/udev/rules.d/wooting.rules"
install -Dpm644 "wooting-xinput.rules" "${pkgdir}/usr/lib/udev/rules.d/wooting-xinput.rules"
- install -Dpm644 "wooting-xinput@.service" "${pkgdir}/etc/systemd/system/wooting-xinput@.service"
+ install -Dpm644 "wooting-xinput@.service" "${pkgdir}/usr/lib/systemd/system/wooting-xinput@.service"
}