# Maintainer: mark.blakeney at bullet-systems dot net # Original Maintainer: Jameson Pugh _pkgname=skypeforlinux pkgname="$_pkgname-preview-bin" pkgver=8.110.76.107 pkgrel=1 pkgdesc="Skype for Linux - Preview/Insider Version" arch=("x86_64") url="http://www.skype.com" license=("custom") depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4") optdepends=("org.freedesktop.secrets: keyring/password support" "libappindicator-gtk3: systray icon support") conflicts=("$_pkgname" "$_pkgname-stable-bin" "skype") provides=("$_pkgname" "skype") install="$pkgname-install" # We embed the pkgrel in the download file name because skype devs # sometimes use the same version number for an update and any previously # cached file will otherwise fail against the new checksum. source=( "${_pkgname}_${pkgver}_${pkgrel}_amd64.deb::https://repo.skype.com/deb/pool/main/s/$_pkgname/${_pkgname}_${pkgver}_amd64.deb" ) sha256sums=('a1c5e1212c04b70ccf77574e3e38088f9510ffcb2aab6814b6667c299040c4a3') package() { tar --no-same-owner -xC "$pkgdir" -f data.tar.gz install -d "$pkgdir/usr/share/licenses/$pkgname" mv "$pkgdir/usr/share/$_pkgname/LICENSES.chromium.html" \ "$pkgdir/usr/share/licenses/$pkgname/" rm -rf "$pkgdir/opt" } # vim:set ts=2 sw=2 et: