summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--05sskype2
-rw-r--r--PKGBUILD6
-rw-r--r--sskype.desktop2
-rw-r--r--sskype.install5
5 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60281c3db19d..a2d6c894dc58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Oct 29 14:25:21 UTC 2017
pkgbase = skype-secure
pkgdesc = Restricting Skype for Linux access
- pkgver = 3.01
+ pkgver = 3.1
pkgrel = 1
url = https://wiki.archlinux.org/index.php/skype#Restricting_Skype_access
install = sskype.install
@@ -17,9 +15,9 @@ pkgbase = skype-secure
source = client.conf
source = sskype.desktop
md5sums = c062a95a9d0a8a1b465183bc519d4305
- md5sums = 0a19ecc4ade720c0a89e14fb18b8cb33
+ md5sums = 20a6224158c7f54fabcbf44c870d0f99
md5sums = 46775f06fd9d6c4ad5ff3a221d4912ff
- md5sums = 173b38bb4c9d06cc7ea8803c7e475e5d
+ md5sums = 252c4bf54f773e935c91d10f2476f4fa
pkgname = skype-secure
diff --git a/05sskype b/05sskype
index 8f01033ce713..713e018eb1cf 100644
--- a/05sskype
+++ b/05sskype
@@ -1 +1 @@
-ALL ALL=(_skype) NOPASSWD: /usr/bin/skypeforlinux
+%wheel ALL=(_skype) NOPASSWD: /usr/bin/skypeforlinux
diff --git a/PKGBUILD b/PKGBUILD
index 83cb25e838f3..ca54c66ac831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: koneu <koneu93 AT googlemail DOT com>
pkgname=skype-secure
-pkgver=3.01
+pkgver=3.1
pkgrel=1
arch=(any)
pkgdesc="Restricting Skype for Linux access"
@@ -14,9 +14,9 @@ provides=('sskype')
source=(sskype 05sskype client.conf sskype.desktop)
md5sums=('c062a95a9d0a8a1b465183bc519d4305'
- '0a19ecc4ade720c0a89e14fb18b8cb33'
+ '20a6224158c7f54fabcbf44c870d0f99'
'46775f06fd9d6c4ad5ff3a221d4912ff'
- '173b38bb4c9d06cc7ea8803c7e475e5d')
+ '252c4bf54f773e935c91d10f2476f4fa')
package() {
install -D "$startdir/sskype" "$pkgdir/usr/bin/sskype"
diff --git a/sskype.desktop b/sskype.desktop
index 1c19e8e4c6f5..1f9cbb900b95 100644
--- a/sskype.desktop
+++ b/sskype.desktop
@@ -2,7 +2,7 @@
Name=Secure Skype for Linux
Comment=Skype - restricted acces
Exec=sskype %U
-Icon=skype.png
+Icon=skypeforlinux
Terminal=false
Type=Application
Encoding=UTF-8
diff --git a/sskype.install b/sskype.install
index f2f6827c61cb..183d8133c5a7 100644
--- a/sskype.install
+++ b/sskype.install
@@ -4,8 +4,9 @@ post_install() {
echo "add 'load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1'"
echo "to ~/.config/pulse/default.pa"
echo ""
- echo "If you are upgrading from a version that worked without pulse,"
- echo "completely uninstall skype-secure before installing it."
+ echo "For security reasons, only users in the group wheel does not need to enter a password,"
+ echo "please see https://wiki.archlinux.org/index.php/Users_and_groups#Group_list"
+
}
post_remove() {