summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTEL.RED [x]2017-05-25 02:03:07 +0545
committerTEL.RED [x]2017-05-25 02:03:07 +0545
commit05e6b695b27eca255f60d327946e1523789fa9d0 (patch)
treed6967b8f20ef1a2d6984b52d7c98f96db9618b28
parent8d27e0679c5b49bdb951fb58e3ff1fafbf2105ed (diff)
downloadaur-05e6b695b27eca255f60d327946e1523789fa9d0.tar.gz
upgraded to 2.1.6669-201704211917
+ OpenSSL-1.1 support + FFmpeg:3 support
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
-rw-r--r--sky.install3
3 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e82d7fce86f..23c21c6661c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 22 08:34:55 UTC 2017
+# Wed May 24 20:12:35 UTC 2017
pkgbase = sky
pkgdesc = Lync and Skype for Business client on Linux
- pkgver = 2.1.6669
- pkgrel = 201704211917
+ pkgver = 2.1.6731
+ pkgrel = 201705242000
url = http://tel.red
install = sky.install
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = sky
makedepends = tar
makedepends = xz
depends = curl
- depends = ffmpeg2.8
+ depends = ffmpeg
depends = libxcursor
depends = libxinerama
depends = libxkbfile
@@ -21,8 +21,8 @@ pkgbase = sky
depends = libxv
depends = qt5-base>=5.6
depends = qt5-base<5.9.0
- source_x86_64 = https://tel.red/linux/sky-archlinux-2.1.6669-201704211917-x86_64.pkg.tar.xz
- sha256sums_x86_64 = 9ae56e547ed33d9a75eb22a05bc04ec37003722b65bdb569c8eea58b7d72d55f
+ source_x86_64 = https://tel.red/linux/sky-archlinux-2.1.6731-201705242000-x86_64.pkg.tar.xz
+ sha256sums_x86_64 = 3343cfb00a6374fd76edd7b6fef102f8586d1e1244f705e62a54fb9275b7bd96
pkgname = sky
diff --git a/PKGBUILD b/PKGBUILD
index e49986ac0f5a..8417b41c9c38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: TEL.RED LLC <linux_at_tel_d0t_red>
pkgname=sky
-pkgver=2.1.6669
-pkgrel=201704211917
+pkgver=2.1.6731
+pkgrel=201705242000
pkgdesc="Lync and Skype for Business client on Linux"
arch=(
@@ -20,7 +20,7 @@ install="${pkgname}.install"
depends=(
'curl'
- 'ffmpeg2.8'
+ 'ffmpeg'
'libxcursor'
'libxinerama'
'libxkbfile'
@@ -37,7 +37,7 @@ makedepends=(
)
source_x86_64=("https://tel.red/linux/sky-archlinux-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz")
-sha256sums_x86_64=('9ae56e547ed33d9a75eb22a05bc04ec37003722b65bdb569c8eea58b7d72d55f')
+sha256sums_x86_64=('3343cfb00a6374fd76edd7b6fef102f8586d1e1244f705e62a54fb9275b7bd96')
package() {
local _sky_libdir="/usr/lib/sky/lib64"
diff --git a/sky.install b/sky.install
index 9e858989753d..5fe416e614a1 100644
--- a/sky.install
+++ b/sky.install
@@ -2,9 +2,6 @@ post_install() {
if [[ -x usr/bin/xdg-icon-resource ]]; then
usr/bin/xdg-icon-resource forceupdate &>/dev/null || true
fi
-
- echo -e "\e[0;32mCurrent \e[1;32msky\e[0;32m release(s) is known to conflict with \e[1;32mtesting/openssl (1.1.x)\e[0;32m packages"\
- "\nThis is a pending issue which will be resolved in upcoming updates"
}
post_upgrade() {