summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTEL.RED [x]2016-06-30 01:01:51 +0300
committerTEL.RED [x]2016-06-30 01:01:51 +0300
commita2ff919daea863297c9b121ffc7956d8408be085 (patch)
treec7cdaef62c874a0152e6d650aabdaef745b16593
parent6bdfd0d23acd63cd49117f7c71f91c4643c001ee (diff)
downloadaur-a2ff919daea863297c9b121ffc7956d8408be085.tar.gz
qt5-base version dependency fix
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abec8d82dc8..b24d7518aa75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Jun 29 21:59:31 UTC 2016
pkgbase = sky
- pkgdesc = Lync & Skype for Business on Linux
+ pkgdesc = Lync and Skype for Business client on Linux
pkgver = 2.1.6306_1
- pkgrel = 2
+ pkgrel = 3
url = http://tel.red
install = sky.install
arch = x86_64
@@ -15,9 +17,11 @@ pkgbase = sky
depends = libxss
depends = libxrandr
depends = qt5-base>=5.6
+ depends = qt5-base<=5.7
+ optdepends = ibus
options = !strip
- source_x86_64 = https://tel.red/repos/debian/pool/non-free/sky_${pkgver//_/-}deb8+jessie_amd64.deb
- sha256sums_x86_64 = 45be2420b6e49814c235562d5d22cede6d08ab2cc2fa6443af54b859c5043c41
+ source_x86_64 = https://tel.red/repos/debian/pool/non-free/sky_2.1.6306-1deb8+jessie_amd64.deb
+ sha256sums_x86_64 = 3d2ee894d2318a85b69fdbe749af6edec9bf61e764b5a88d2218d9a74d7339de
pkgname = sky
diff --git a/PKGBUILD b/PKGBUILD
index fc1e6e637227..d51c5f9edaa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Artem Sheremet <dot_doom_at_gmail_dot_com>
pkgname=sky
pkgver=2.1.6306_1
-pkgrel=2
+pkgrel=3
pkgdesc="Lync and Skype for Business client on Linux"
arch=(
@@ -28,7 +28,7 @@ depends=(
'libxss'
'libxrandr'
'qt5-base>=5.6'
- 'qt5-base<5.7'
+ 'qt5-base<5.8.0'
)
makedepends=(
'binutils'