pkgname=skypeforlinux pkgver=8.26.0.70 pkgrel=1 pkgdesc="Skype for Linux WebRTC Stable/Release" arch=('x86_64') url="http://www.skype.com" license=('custom') depends=('gtk2' 'libxss' 'gconf' 'alsa-lib' 'libxtst' 'libgnome-keyring' 'nss' 'libsecret') optdepends=('gnome-keyring') # to be verified, how to replace it with kwallet? conflicts=('skype') provides=('skype') source=("https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${pkgver}_amd64.deb") sha256sums=('f572066ca9e8a92b5ca6ba9392cc548a5ab69a5579cc25e42b9cf17b9decc515') package() { tar -xJC "${pkgdir}" -f data.tar.xz install -d "${pkgdir}/usr/share/licenses/skypeforlinux" mv "${pkgdir}/usr/share/skypeforlinux/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/skypeforlinux/" rm -rf "${pkgdir}/opt" }