summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa4965b2b893..87853fa50051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = skypeforlinux-bin
- pkgdesc = Skype for Linux - Insider/Preview Version
+pkgbase = skypeforlinux-preview-bin
+ pkgdesc = Skype for Linux - Preview/Insider Version
pkgver = 8.13.76.8
pkgrel = 1
url = http://www.skype.com
@@ -15,9 +15,12 @@ pkgbase = skypeforlinux-bin
optdepends = gnome-keyring
provides = skypeforlinux
conflicts = skypeforlinux
- conflicts = skypeforlinux-beta-bin
+ conflicts = skypeforlinux-bin
+ conflicts = skypeforlinux-preview-bin-stable-bin
+ conflicts = skypeforlinux-preview-bin-beta-bin
+ replaces = skypeforlinux-bin
source = https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.13.76.8_amd64.deb
sha256sums = 3d75df92f00743f76a799534fe522ffbce44b996273cadb378182ac9f7fabfee
-pkgname = skypeforlinux-bin
+pkgname = skypeforlinux-preview-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d2659d6d840..91b5923570fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# Original Maintainer: Jameson Pugh <imntreal@gmail.com>
_pkgname=skypeforlinux
-pkgname=$_pkgname-bin
+pkgname=$_pkgname-preview-bin
pkgver=8.13.76.8
pkgrel=1
-pkgdesc="Skype for Linux - Insider/Preview Version"
+pkgdesc="Skype for Linux - Preview/Insider Version"
arch=("x86_64")
url="http://www.skype.com"
license=("custom")
depends=("gtk2" "libxss" "gconf" "alsa-lib" "libxtst" "libsecret" "nss")
optdepends=("gnome-keyring")
-conflicts=("$_pkgname" "$_pkgname-beta-bin")
+conflicts=("$_pkgname" "$_pkgname-bin" "$pkgname-stable-bin" "$pkgname-beta-bin")
provides=("$_pkgname")
+replaces=("$_pkgname-bin")
source=("https://repo.skype.com/deb/pool/main/s/$_pkgname/${_pkgname}_${pkgver}_amd64.deb")
sha256sums=('3d75df92f00743f76a799534fe522ffbce44b996273cadb378182ac9f7fabfee')