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

Jan Steffens heftig at archlinux.org
Mon Oct 12 15:32:19 UTC 2020


    Date: Monday, October 12, 2020 @ 15:32:19
  Author: heftig
Revision: 398057

13.99.2+7+g6101798c7-3: Add missing dep

Modified:
  pulseaudio/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 14:56:07 UTC (rev 398056)
+++ PKGBUILD	2020-10-12 15:32:19 UTC (rev 398057)
@@ -4,7 +4,7 @@
 pkgname=(pulseaudio libpulse alsa-card-profiles pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=13.99.2+7+g6101798c7
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
 license=(GPL)
@@ -181,7 +181,7 @@
 
 package_pulseaudio-rtp(){
   pkgdesc="RTP and RAOP support for PulseAudio"
-  depends=("pulseaudio=$pkgver-$pkgrel" gst-plugins-base-libs)
+  depends=("pulseaudio=$pkgver-$pkgrel" gst-plugins-base-libs gst-plugins-good)
 
   mv rtp/* "$pkgdir"
 }



More information about the arch-commits mailing list