diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = skypeforlinux-stable-bin pkgdesc = Skype for Linux - Stable/Release Version - pkgver = 8.18.0.6 + pkgver = 8.20.0.9 pkgrel = 1 url = http://www.skype.com arch = x86_64 @@ -20,8 +20,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.18.0.6_amd64.deb - sha256sums = 2fc2138c7c6118c3c70576ab593977905463202a7d97fa7111ada0a1c36771a4 + source = https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.20.0.9_amd64.deb + sha256sums = 61524a143e7dfe483f9b174bee94ef0227d263440fd2eb870fd67f4157530643 pkgname = skypeforlinux-stable-bin @@ -3,7 +3,7 @@ _pkgname=skypeforlinux pkgname=$_pkgname-stable-bin -pkgver=8.18.0.6 +pkgver=8.20.0.9 pkgrel=1 pkgdesc="Skype for Linux - Stable/Release Version" arch=("x86_64") @@ -14,7 +14,7 @@ optdepends=("gnome-keyring") conflicts=("$_pkgname" "$_pkgname-bin" "$_pkgname-preview-bin" "$_pkgname-beta-bin" "skype") provides=("$_pkgname" "skype") source=("https://repo.skype.com/deb/pool/main/s/$_pkgname/${_pkgname}_${pkgver}_amd64.deb") -sha256sums=('2fc2138c7c6118c3c70576ab593977905463202a7d97fa7111ada0a1c36771a4') +sha256sums=('61524a143e7dfe483f9b174bee94ef0227d263440fd2eb870fd67f4157530643') package() { tar -xJC "$pkgdir" -f data.tar.xz |