summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTEL.RED [x]2018-05-31 14:44:58 +0300
committerTEL.RED [x]2018-05-31 14:44:58 +0300
commit436d1a4de76e9fa1ac905028d9f0ec4aa7356bb7 (patch)
treec53f4c30c211f9e7bc65e87e9fcaf2f8ec52806c
parent7a00fc46f37a4ad8ed719f6f979051583ba2d9d7 (diff)
downloadaur-436d1a4de76e9fa1ac905028d9f0ec4aa7356bb7.tar.gz
v2.1.7170 release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 011bb365e7b6..b5f8293ed98d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Fri May 18 11:28:35 UTC 2018
+# Thu May 31 11:44:21 UTC 2018
pkgbase = sky
pkgdesc = Lync and Skype for Business client on Linux
- pkgver = 2.1.7156.1
+ pkgver = 2.1.7170.1
pkgrel = 1
- url = http://tel.red
+ url = https://tel.red
install = sky.install
arch = x86_64
- license = custom: Copyright © 2015-2017 TEL.RED LLC
+ license = custom: Copyright © 2015-2018 TEL.RED LLC
makedepends = binutils
makedepends = tar
makedepends = xz
@@ -20,10 +20,10 @@ pkgbase = sky
depends = libxss
depends = libxv
depends = qt5-base>=5.6
- depends = qt5-base<5.11
+ depends = qt5-base<6.0
depends = openssl
- source_x86_64 = https://tel.red/repos/archlinux/sky-archlinux-2.1.7156-1-.pkg.tar.xz
- sha256sums_x86_64 = 22ff4e41f36bc9af4d8dffa121dcbb4b90ef4cc3c7fe5c7a437dc1664e95a957
+ source_x86_64 = https://tel.red/repos/archlinux/sky-archlinux-2.1.7170-1-.pkg.tar.xz
+ sha256sums_x86_64 = b25590dcddb3dc9fe03b5df625bcf876c280d0cce859b0051c602638e792e361
pkgname = sky
diff --git a/PKGBUILD b/PKGBUILD
index 1c67fbe2bf4d..3846c20ad31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TEL.RED LLC <linux_at_tel_d0t_red>
pkgname=sky
-pkgver=2.1.7156.1
+pkgver=2.1.7170.1
pkgrel=1
pkgdesc="Lync and Skype for Business client on Linux"
@@ -12,9 +12,9 @@ if [[ $CARCH == 'x86_64' ]]; then
_arch=64
fi
-url="http://tel.red"
+url="https://tel.red"
-license=('custom: Copyright © 2015-2017 TEL.RED LLC')
+license=('custom: Copyright © 2015-2018 TEL.RED LLC')
options=()
install="${pkgname}.install"
@@ -28,7 +28,7 @@ depends=(
'libxss'
'libxv'
'qt5-base>=5.6'
- 'qt5-base<5.11'
+ 'qt5-base<6.0'
'openssl'
)
makedepends=(
@@ -38,7 +38,7 @@ makedepends=(
)
source_x86_64=("https://tel.red/repos/archlinux/sky-archlinux-${pkgver%.*}-${pkgver##*.}-${CARCH}.pkg.tar.xz")
-sha256sums_x86_64=('22ff4e41f36bc9af4d8dffa121dcbb4b90ef4cc3c7fe5c7a437dc1664e95a957')
+sha256sums_x86_64=('b25590dcddb3dc9fe03b5df625bcf876c280d0cce859b0051c602638e792e361')
package() {
local _sky_libdir="/usr/lib/sky/lib64"