summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-12-07 11:37:28 +1100
committerRhinoceros2016-12-07 11:37:28 +1100
commitc99e750eb516dfb7dd50649b47d26f4b08e55338 (patch)
treefab0f96db4db43ecf11cda7e62377640c23c148a
parent66995fe9c9d32dd75bebd46738d0ea97c3400f20 (diff)
downloadaur-c99e750eb516dfb7dd50649b47d26f4b08e55338.tar.gz
optdepends lib32-alsa-plugins: microphone support
* (No version bump)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23520b505169..86d242fd9fb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 28 21:00:26 UTC 2016
+# Wed Dec 7 00:37:10 UTC 2016
pkgbase = skype
pkgdesc = P2P software for high-quality voice communication
pkgver = 4.3.0.37
diff --git a/PKGBUILD b/PKGBUILD
index 6bcb42796538..09e449e77d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,8 @@ md5sums=('95db8f2072b9acd6f79ed42da3d6db79'
if [[ $CARCH == 'i686' ]]; then
depends+=(libpulse qt4 libxss libxv libxcursor v4l-utils qtwebkit)
- optdepends+=('libcanberra: XDG sound support')
+ optdepends+=('libcanberra: XDG sound support'
+ 'lib32-alsa-plugins: microphone support')
else
depends+=(lib32-{libpulse,qt4,libxss,libxv,libxcursor,v4l-utils})
optdepends+=('lib32-libcanberra: XDG sound support')