summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-04-25 10:19:24 +1000
committerRhinoceros2017-04-25 10:19:24 +1000
commitf016272b7ea926ec991c24e4734d4d24c180681a (patch)
treee7bf60089551e976fa30f35d3cc1c3b9dc9f2064
parent09b831b2ed23d9505c19879441d2580067d6f505 (diff)
downloadaur-f016272b7ea926ec991c24e4734d4d24c180681a.tar.gz
Update to 4.3.0.37-9
* Add dependency lib32-libopenssl-1.0-compat to fix breakage introduced with lib32-openssl 1:1.1.0.e-1.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291da0d90c3a..01faba14fd24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 11 22:25:23 UTC 2017
+# Tue Apr 25 00:19:19 UTC 2017
pkgbase = skype
pkgdesc = P2P software for high-quality voice communication
pkgver = 4.3.0.37
- pkgrel = 8
+ pkgrel = 9
url = http://www.skype.com/
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = skype
depends = lib32-libxv
depends = lib32-libxcursor
depends = lib32-v4l-utils
+ depends = lib32-libopenssl-1.0-compat
optdepends = pulseaudio: audio support/voice chatting
optdepends = pavucontrol: volume adjustment
optdepends = libao: microphone support
diff --git a/PKGBUILD b/PKGBUILD
index d27fe61b00d7..bcbeac53ce23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=skype
pkgver=4.3.0.37
-pkgrel=8
+pkgrel=9
arch=('i686' 'x86_64')
pkgdesc="P2P software for high-quality voice communication"
url="http://www.skype.com/"
@@ -24,7 +24,7 @@ if [[ $CARCH == 'i686' ]]; then
depends+=(libpulse qt4 libxss libxv libxcursor v4l-utils qtwebkit)
optdepends+=('libcanberra: XDG sound support')
else
- depends+=(lib32-{libpulse,qt4,libxss,libxv,libxcursor,v4l-utils})
+ depends+=(lib32-{libpulse,qt4,libxss,libxv,libxcursor,v4l-utils,libopenssl-1.0-compat})
optdepends+=('lib32-libcanberra: XDG sound support'
'lib32-alsa-plugins: microphone support')
source+=(https://archive.archlinux.org/packages/l/lib32-qt4/lib32-qt4-4.8.7-4-x86_64.pkg.tar.xz)