diff --git a/repos/community-x86_64/PKGBUILD b/repos/community-x86_64/PKGBUILD index 341f6ef..3cae303 100644 --- a/repos/community-x86_64/PKGBUILD +++ b/repos/community-x86_64/PKGBUILD @@ -8,7 +8,7 @@ url='https://github.com/mikebrady/shairport-sync' arch=(x86_64) license=(GPL) backup=(etc/shairport-sync.conf) -depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack) +depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack mosquitto) makedepends=(xmltoman) source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip shairport-sync.sysusers @@ -27,7 +27,7 @@ build() { cd shairport-sync-$pkgver autoreconf -i -f - ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --with-avahi --with-jack --with-stdout --with-pipe --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles --with-metadata + ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --with-avahi --with-jack --with-stdout --with-pipe --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles --with-metadata --with-mqtt-client make sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service