skype: update to 8.64.0.81.
This commit is contained in:
parent
41744fe60f
commit
93ddc5d55c
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'skype'
|
# Template file for 'skype'
|
||||||
# This just repackages the debian package.
|
# This just repackages the debian package.
|
||||||
pkgname=skype
|
pkgname=skype
|
||||||
version=8.63.0.76
|
version=8.64.0.81
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
build_style="fetch"
|
|
||||||
hostmakedepends="tar xz"
|
|
||||||
depends="elogind"
|
depends="elogind"
|
||||||
short_desc="Skype for Linux"
|
short_desc="Skype for Linux"
|
||||||
maintainer="Lon Willett <xgit@lonw.net>"
|
maintainer="Lon Willett <xgit@lonw.net>"
|
||||||
license="custom:skype-servicesagreement"
|
license="custom:skype-servicesagreement"
|
||||||
homepage="https://www.skype.com"
|
homepage="https://www.skype.com"
|
||||||
distfiles="https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
|
distfiles="https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
|
||||||
checksum=7e2bb597de115a66f3b67e0dfb0b16925d3ebd71d4351e6b1c252f155f98b93e
|
checksum=507e16e5dfc98eaf2ffc33a5288da882ccb10e02978f0bc73da92e350bb9da5c
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
nostrip="yes"
|
nostrip="yes"
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
ar p ${XBPS_SRCDISTDIR}/${pkgname}-${version}/skypeforlinux_${version}_amd64.deb data.tar.xz | tar xJpf - ./usr
|
ar p ${XBPS_SRCDISTDIR}/${pkgname}-${version}/skypeforlinux_${version}_amd64.deb data.tar.xz | bsdtar xf - ./usr
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue