summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--wootility-appimage.install9
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c38221a029a..5a776f069a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wootility-appimage
pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
pkgver = 3.6.16
- pkgrel = 3
+ pkgrel = 4
url = https://wooting.io/wootility
install = wootility-appimage.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1aca2c21c499..4983cbdc5f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wootility
pkgname=${_pkgname}-appimage
pkgver=3.6.16
-pkgrel=3
+pkgrel=4
pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)'
arch=('x86_64' 'x86_64_v3')
url='https://wooting.io/wootility'
diff --git a/wootility-appimage.install b/wootility-appimage.install
index 176cdfd00da6..aee2f49ecf3a 100644
--- a/wootility-appimage.install
+++ b/wootility-appimage.install
@@ -1,7 +1,10 @@
post_install() {
- echo 'NOTE: To turn off the “Would you like to integrate ….AppImage with your system?”'
- echo 'NOTE: notifications on every launch of Wootility, see:'
- echo 'NOTE: https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration'
+ echo 'Your user needs to be a member of the "input" group.'
+ echo 'https://wiki.archlinux.org/title/Users_and_groups#Group_management'
+ echo
+ echo 'To turn off the “Would you like to integrate ….AppImage with your system?”'
+ echo 'notifications on every launch of Wootility, see:'
+ echo 'https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration'
}
post_upgrade() {