[arch-commits] Commit in skype/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jun 24 20:26:11 UTC 2014


    Date: Tuesday, June 24, 2014 @ 22:26:11
  Author: svenstaro
Revision: 113522

upgpkg: skype 4.3.0.37-3

Re-add libpulse as dep

Modified:
  skype/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-24 20:18:59 UTC (rev 113521)
+++ PKGBUILD	2014-06-24 20:26:11 UTC (rev 113522)
@@ -6,7 +6,7 @@
 
 pkgname=skype
 pkgver=4.3.0.37
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc="P2P software for high-quality voice communication"
 url="http://www.skype.com/"
@@ -17,10 +17,10 @@
 optdepends=('pulseaudio: audio support/voice chatting')
 
 if [[ $CARCH == 'i686' ]]; then
-  depends+=(qt4 libxss libxv libxcursor v4l-utils gstreamer0.10-base qtwebkit)
+  depends+=(libpulse qt4 libxss libxv libxcursor v4l-utils gstreamer0.10-base qtwebkit)
   optdepends+=('libcanberra: XDG sound support')
 else
-  depends+=(lib32-{qt4,libxss,libxv,libxcursor,v4l-utils})
+  depends+=(lib32-{libpulse,qt4,libxss,libxv,libxcursor,v4l-utils})
   optdepends+=('lib32-libcanberra: XDG sound support')
 fi
 




More information about the arch-commits mailing list