summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-02-25 11:57:39 +0100
committerFrederik “Freso” S. Olesen2024-02-25 11:57:39 +0100
commit4508013e6d087cb0fd8f6c1f60087c0494f3e76d (patch)
tree8a1dfcae9624a77bee9571f9d5b3e8b353c38f12
parent7472ed9966a3c0c68c996c4e195fb832630ac295 (diff)
downloadaur-4508013e6d087cb0fd8f6c1f60087c0494f3e76d.tar.gz
Add notice about user group to .install file
-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() {