summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben Schweren2023-02-25 21:23:27 +0100
committerTorben Schweren2023-02-25 21:23:27 +0100
commitf2a690da773602a07b93bbd3d5bbbe3740b59fa4 (patch)
tree06489adc3966a3055411dadca19826b18175a4ad
parent7f0ad21ca9f874c36a1f3d620f74698ddbfb37a3 (diff)
downloadaur-f2a690da773602a07b93bbd3d5bbbe3740b59fa4.tar.gz
Warning for bug in Wootomation
Added a warning to the pacman install messages that informs the user about a current bug in Wootomation which breaks the software on some Linux installations.
-rw-r--r--PKGBUILD2
-rw-r--r--wootomation.install1
2 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39240cc10952..3bfecab5939c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# I copied some things over from Shayne Hartford's PKGBUILD for Wootility: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=wootility-lekker-appimage
pkgname=wootomation-appimage
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A macro application by Wooting. (AppImage version)"
arch=('x86_64')
url="https://github.com/WootingKb/wooting-macros"
diff --git a/wootomation.install b/wootomation.install
index 24aa6da8eb49..085fa69d5b7c 100644
--- a/wootomation.install
+++ b/wootomation.install
@@ -2,6 +2,7 @@
post() {
echo "You must add yourself to the 'input' group for wootomation to work correctly, 'sudo usermod -aG input <username>'"
echo "You must restart your login session to apply group changes (logout or reboot)"
+ echo "Please note that Wootomation is currently broken for some Linux users. Please check https://github.com/WootingKb/wooting-macros/issues/54 for the current status."
}
post_install() {