summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-02-25 15:09:01 +0100
committerFrederik “Freso” S. Olesen2024-02-25 15:09:01 +0100
commite1c98799c49ad0753d3ca64ad464586553fcbb6c (patch)
treee6c29b198da5f255bafb1e5c0fbbbf0ab2b93537 /PKGBUILD
parent053e52e7f354c7a4ebdd1b225a3753d986d722c9 (diff)
downloadaur-e1c98799c49ad0753d3ca64ad464586553fcbb6c.tar.gz
Rename installed udev rules file
To prevent conflicting with wootility-lekker and potentially other packages.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 903122a481ca..a83289af4861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=wootility
pkgname=${_pkgname}-appimage
pkgver=4.6.14
-pkgrel=1
+pkgrel=2
pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)'
arch=('x86_64' 'x86_64_v3')
url='https://wooting.io/wootility'
@@ -48,5 +48,5 @@ package() {
install -Dpm644 "squashfs-root/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
# Install udev rules
- install -Dpm644 "70-wooting.rules" "${pkgdir}/usr/lib/udev/rules.d/70-wooting.rules"
+ install -Dpm644 "70-wooting.rules" "${pkgdir}/usr/lib/udev/rules.d/70-${_pkgname}.rules"
}