summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39eb6ba369ed..932123c13569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=snapcast
_pkgname_snapos=snapos
pkgver=0.27.0
-pkgrel=1
+pkgrel=2
pkgdesc="Synchronous multi-room audio player"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/badaix/snapcast"
@@ -45,6 +45,9 @@ package() {
for file in server/etc/snapweb/3rd-party/*\.*;
do install -Dm 644 ${file} -t "${pkgdir}/usr/share/snapserver/snapweb/3rd-party/";
done
+ for file in server/etc/plug-ins/*\.*;
+ do install -Dm 644 ${file} -t "${pkgdir}/usr/share/snapserver/plug-ins/";
+ done
install -Dm755 bin/snapclient "${pkgdir}/usr/bin/snapclient"
install -Dm644 client/snapclient.1 "${pkgdir}/usr/share/man/man1/snapclient.1"