Date: Saturday, April 13, 2019 @ 05:50:28 Author: anatolik Revision: 451340
upgpkg: shairport-sync 3.2.2-2 FS#61110 FS#61551 shairport-sync: add pipe and stdout backend Modified: shairport-sync/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-12 21:55:17 UTC (rev 451339) +++ PKGBUILD 2019-04-13 05:50:28 UTC (rev 451340) @@ -2,7 +2,7 @@ pkgname=shairport-sync pkgver=3.2.2 -pkgrel=1 +pkgrel=2 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones' url='https://github.com/mikebrady/shairport-sync' arch=(x86_64) @@ -27,7 +27,7 @@ cd shairport-sync-$pkgver autoreconf -i -f - ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles + ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --with-avahi --with-stdout --with-pipe --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles make sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
