summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d625783c805f..3dd1166bcba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = skypeforlinux-stable-bin
pkgdesc = Skype for Linux - Stable/Release Version
- pkgver = 8.50.0.38
+ pkgver = 8.51.0.72
pkgrel = 1
url = http://www.skype.com
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = skypeforlinux-stable-bin
conflicts = skypeforlinux-preview-bin
conflicts = skypeforlinux-beta-bin
conflicts = skype
- source = https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.50.0.38_amd64.deb
- sha256sums = c64e27057a91cc006476d174f101a758eb917d4146078e0218f73f4c2e530abc
+ source = https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.51.0.72_amd64.deb
+ sha256sums = 63baf62b22aa6e56d55bc303c94b2d532df82aaf9d210eef7ec03b9a639763e7
pkgname = skypeforlinux-stable-bin
diff --git a/PKGBUILD b/PKGBUILD
index 647fb557963b..bdeb39530dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=skypeforlinux
pkgname=$_pkgname-stable-bin
-pkgver=8.50.0.38
+pkgver=8.51.0.72
pkgrel=1
pkgdesc="Skype for Linux - Stable/Release Version"
arch=("x86_64")
@@ -17,7 +17,7 @@ provides=("$_pkgname" "skype")
source=(
"https://repo.skype.com/deb/pool/main/s/$_pkgname/${_pkgname}_${pkgver}_amd64.deb"
)
-sha256sums=('c64e27057a91cc006476d174f101a758eb917d4146078e0218f73f4c2e530abc')
+sha256sums=('63baf62b22aa6e56d55bc303c94b2d532df82aaf9d210eef7ec03b9a639763e7')
package() {
tar -xJC "$pkgdir" -f data.tar.xz
@@ -26,6 +26,12 @@ package() {
"$pkgdir/usr/share/licenses/$pkgname/"
rm -rf "$pkgdir/opt"
+ _f="/usr/share/skypeforlinux/chrome-sandbox"
+ if [ ! -u "$pkgdir/$_f" ]; then
+ echo "Adding setuid permission on $_f"
+ chmod 4755 "$pkgdir/$_f"
+ fi
+
# Replace all 16px tray icons with 32px.
_p="/usr/share/skypeforlinux/resources"
cd "$pkgdir/$_p"