summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-04-25 22:00:31 +1000
committerRhinoceros2017-04-25 22:00:31 +1000
commitbdffb6e73cad29c4eb4173e3c4a06fdd38175c7a (patch)
treed1e6b1133fbab8f45e7fd4d4017430aa80b98841
parentf016272b7ea926ec991c24e4734d4d24c180681a (diff)
downloadaur-bdffb6e73cad29c4eb4173e3c4a06fdd38175c7a.tar.gz
Update to 4.3.0.37-10
* Remove dependency on lib32-libopenssl-1.0-compat. * The skype dependency lib32-qt4 4.8.7-11 now depends on lib32-openssl-1.0 instead of lib32-openssl, fixing the previous problem fixed in skype 4.3.0.37-9.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01faba14fd24..81518f8c3f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 00:19:19 UTC 2017
+# Tue Apr 25 11:57:16 UTC 2017
pkgbase = skype
pkgdesc = P2P software for high-quality voice communication
pkgver = 4.3.0.37
- pkgrel = 9
+ pkgrel = 10
url = http://www.skype.com/
arch = i686
arch = x86_64
@@ -16,7 +16,6 @@ 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 bcbeac53ce23..0104acf4f598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=skype
pkgver=4.3.0.37
-pkgrel=9
+pkgrel=10
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,libopenssl-1.0-compat})
+ depends+=(lib32-{libpulse,qt4,libxss,libxv,libxcursor,v4l-utils})
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)