skype: update to 8.30.0.50.

the x.x.76.x versions are unstable versions so they shouldn't be used

Closes: #2873 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
John 2018-09-18 18:23:49 +02:00 committed by Jürgen Buchmüller
parent daf75753fa
commit 6d58ff8f22
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'skype'
# This just repackages the debian package.
pkgname=skype
version=8.30.76.41
reverts="8.30.76.41_1"
version=8.30.0.50
revision=1
only_for_archs="x86_64"
repository="nonfree"
@ -12,7 +13,7 @@ maintainer="Lon Willett <xgit@lonw.net>"
license="skype"
homepage="https://www.skype.com"
distfiles="https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
checksum=2d380466801e1cb0f7eccdd1235d6c32f65613e56d31c772499da9c35670a1a6
checksum=fd7c93394945135c0bb97bddb6b88367d5b48396cbc36a296246d7e9402b9884
do_extract() {
ar p ${XBPS_SRCDISTDIR}/${pkgname}-${version}/skypeforlinux_${version}_amd64.deb data.tar.xz | tar xJpf - ./usr

2
srcpkgs/skype/update Normal file
View File

@ -0,0 +1,2 @@
ignore="*.76.*"
pattern="skypeforlinux_\K[\d.]+(?=_amd64.deb)"