aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArondight2016-06-15 10:25:25 +0800
committerArondight2016-06-15 10:25:25 +0800
commitf354b4dd8450b97e77e261265608f543fb367b05 (patch)
tree920c56b278926583cb96cce9d1443aa10d9b95de
parent66018e840feb04b7eab1a4b7e5f2c9846f6e12cf (diff)
downloadaur-f354b4dd8450b97e77e261265608f543fb367b05.tar.gz
Reboot is recommended after installtion
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--sudodev.install2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2b0c30f266..5318cd0f36ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sudodev-git
pkgdesc = Create your special device for a none-password sudo
- pkgver = v0.27.r4.g340b488
+ pkgver = v0.27.r7.g3e969b2
pkgrel = 1
url = https://github.com/Arondight/sudodev.git
install = sudodev.install
diff --git a/PKGBUILD b/PKGBUILD
index e772df277198..0447b2269bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arondight <shell_way@foxmail.com>
pkgname='sudodev-git'
-pkgver='v0.27.r4.g340b488'
+pkgver='v0.27.r7.g3e969b2'
pkgrel=1
pkgdesc='Create your special device for a none-password sudo'
arch=('any')
diff --git a/sudodev.install b/sudodev.install
index 73563e4837c0..a08c72b4ea0b 100644
--- a/sudodev.install
+++ b/sudodev.install
@@ -5,6 +5,8 @@ post_install () {
systemctl restart sudodevd.service
echo "You should add current user to group sudodev, run:"
echo -e "\tsudo gpasswd -a \$USER sudodev"
+ echo "Then reboot to accept new group, run:"
+ echo -e "\tsudo reboot"
}
## arg 1: the new package version