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

Jan Steffens heftig at archlinux.org
Sat Aug 17 12:41:03 UTC 2019


    Date: Saturday, August 17, 2019 @ 12:41:03
  Author: heftig
Revision: 359925

12.99.2+16+ga7caa9d39-1

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 12:36:02 UTC (rev 359924)
+++ PKGBUILD	2019-08-17 12:41:03 UTC (rev 359925)
@@ -6,7 +6,7 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=12.99.2+5+g728a4402e
+pkgver=12.99.2+16+ga7caa9d39
 pkgrel=1
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
@@ -15,7 +15,7 @@
              speexdsp tdb systemd dbus avahi bluez bluez-libs jack2-dbus sbc
              lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
              xmltoman)
-_commit=728a4402eb85983eb9ad160470e79c57201b572a  # master
+_commit=a7caa9d393a3a71b355527c14e655d8e07b9a5b0  # master
 source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -37,7 +37,8 @@
 }
 
 check() {
-  meson test -C build -t 5 --print-errorlogs
+  meson test -C build --print-errorlogs
+  ninja -C build test-daemon
 }
 
 _pick() {



More information about the arch-commits mailing list