Date: Monday, October 26, 2015 @ 01:45:53 Author: anatolik Revision: 144979
upgpkg: shairport-sync 2.6-1 Modified: shairport-sync/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-26 00:36:02 UTC (rev 144978) +++ PKGBUILD 2015-10-26 00:45:53 UTC (rev 144979) @@ -1,7 +1,8 @@ +# $Id$ # Maintainer: Anatol Pomozov <[email protected]> pkgname=shairport-sync -pkgver=2.4 +pkgver=2.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' @@ -11,7 +12,7 @@ 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=('38306dbad5916e60507cc112346151359fa93f17') +sha1sums=('e23914401f89e6ad27a1bf23f92451db8013e458') build() { cd shairport-sync-$pkgver @@ -19,6 +20,8 @@ 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 make + + sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service } package() {
