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

Anatol Pomozov anatolik at archlinux.org
Thu Sep 19 21:41:29 UTC 2019


    Date: Thursday, September 19, 2019 @ 21:41:28
  Author: anatolik
Revision: 511219

upgpkg: shairport-sync 3.3.2-2

FS#63332 enable metadata support that can be used by other apps

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-19 20:48:17 UTC (rev 511218)
+++ PKGBUILD	2019-09-19 21:41:28 UTC (rev 511219)
@@ -2,7 +2,7 @@
 
 pkgname=shairport-sync
 pkgver=3.3.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-stdout --with-pipe --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 --with-metadata
   make
 
   sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service



More information about the arch-commits mailing list