summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Vries2023-02-06 21:33:27 +0100
committerBart De Vries2023-02-06 21:33:27 +0100
commit3f9eeabed6562549ee5c333ccc77120cb3caa6b8 (patch)
tree37a73f5d4bd6193ffee9ff9b40e1018605bc0ffe
parent4fe1422693d24b7ec87b4aeab23b68179be32b75 (diff)
downloadaur-3f9eeabed6562549ee5c333ccc77120cb3caa6b8.tar.gz
Add snapserver plugins directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da4768673871..58bbd9b2d06b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snapcast
pkgdesc = Synchronous multi-room audio player
pkgver = 0.27.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/badaix/snapcast
install = snapcast.install
arch = x86_64
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"