Date: Tuesday, January 24, 2017 @ 21:29:52 Author: anatolik Revision: 208933
upgpkg: shairport-sync 2.8.6-1 Modified: shairport-sync/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-24 21:17:08 UTC (rev 208932) +++ PKGBUILD 2017-01-24 21:29:52 UTC (rev 208933) @@ -2,7 +2,7 @@ # Maintainer: Anatol Pomozov <[email protected]> pkgname=shairport-sync -pkgver=2.8.4.4 +pkgver=2.8.6 pkgrel=1 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' @@ -12,13 +12,13 @@ install=shairport-sync.install depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse) source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip) -sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf') +sha1sums=('d835b239cd1f9335c849d60c7af76588d0a66caa') build() { cd shairport-sync-$pkgver autoreconf -i -f - ./configure --prefix=/usr --with-alsa --with-pulseaudio --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-pulseaudio --with-avahi --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
