summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2018-07-14 21:45:58 +0200
committerFrederik “Freso” S. Olesen2018-07-14 21:45:58 +0200
commitfdc3a6aa3e46de891a1e270332b2b0266804b76e (patch)
tree6bf302ca19b80bb108d6a411212db2d05b088de4
parentcc271c63261b6d1b4d30040c0271d733495e3ae5 (diff)
downloadaur-fdc3a6aa3e46de891a1e270332b2b0266804b76e.tar.gz
Rename udev .rules file
The rules are for the Wooting keyboard(s), not specifically for Wootility (though they may be needed for Wootility to work).
-rw-r--r--.SRCINFO4
-rw-r--r--70-wooting.rules (renamed from 70-wootility.rules)0
-rw-r--r--PKGBUILD6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2fb23f83c13..4af2cd3ba067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wootility-appimage
pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
pkgver = 2.3.4
- pkgrel = 2
+ pkgrel = 3
url = https://www.wooting.nl/wootility
arch = x86_64
license = unknown
@@ -10,7 +10,7 @@ pkgbase = wootility-appimage
noextract = wootility-2.3.4-x86_64.AppImage
options = !strip
source = https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-beta/wootility-2.3.4-x86_64.AppImage
- source = 70-wootility.rules
+ source = 70-wooting.rules
sha512sums = 412a62b18302b025fddc5ca1c22849b457540e576e378ee32eac07c8b8a8fb37838737f41a2f7983ea7af1b0652acf29da0d2adb635aec34546303911fdf0dcd
sha512sums = f8b9eb4334e776d6b30b2ac896fb94497e8d200c9b8de4e00698d6e766aec30a55d6c225b1c91cb1eda5c98161ad26c635da5a555bbf5b349d69c4bc64fba912
diff --git a/70-wootility.rules b/70-wooting.rules
index 06fe9c883388..06fe9c883388 100644
--- a/70-wootility.rules
+++ b/70-wooting.rules
diff --git a/PKGBUILD b/PKGBUILD
index 1a762bba7f82..094415b59f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wootility
pkgname=${_pkgname}-appimage
pkgver=2.3.4
-pkgrel=2
+pkgrel=3
pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)'
arch=('x86_64')
url='https://www.wooting.nl/wootility'
@@ -12,7 +12,7 @@ conflicts=("${_pkgname}")
options=(!strip)
_appimage="${_pkgname}-${pkgver}-x86_64.AppImage"
source=("https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-beta/${_appimage}"
- '70-wootility.rules')
+ '70-wooting.rules')
noextract=("${_appimage}")
sha512sums=('412a62b18302b025fddc5ca1c22849b457540e576e378ee32eac07c8b8a8fb37838737f41a2f7983ea7af1b0652acf29da0d2adb635aec34546303911fdf0dcd'
'f8b9eb4334e776d6b30b2ac896fb94497e8d200c9b8de4e00698d6e766aec30a55d6c225b1c91cb1eda5c98161ad26c635da5a555bbf5b349d69c4bc64fba912')
@@ -33,5 +33,5 @@ package() {
install -Dp 'wootility.desktop' "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
install -d "${pkgdir}/usr/share/icons"
cp -a usr/share/icons/default "${pkgdir}/usr/share/icons/hicolor"
- install -Dpm644 '70-wootility.rules' "${pkgdir}/usr/lib/udev/rules.d/70-wootility.rules"
+ install -Dpm644 '70-wooting.rules' "${pkgdir}/usr/lib/udev/rules.d/70-wooting.rules"
}