summarylogtreecommitdiffstats
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
parent053e52e7f354c7a4ebdd1b225a3753d986d722c9 (diff)
downloadaur-e1c98799c49ad0753d3ca64ad464586553fcbb6c.tar.gz
Rename installed udev rules file
To prevent conflicting with wootility-lekker and potentially other packages.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7baa105ead6..2c9f4247ac1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wootility-appimage
pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
pkgver = 4.6.14
- pkgrel = 1
+ pkgrel = 2
url = https://wooting.io/wootility
install = wootility-appimage.install
arch = x86_64
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"
}