summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b23b3aec552d..cab5439610bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mstream
pkgver=3.3.1
-pkgrel=3
+pkgrel=4
pkgdesc='Music player server with a web-based interface'
arch=('any')
url="http://mstream.io"
@@ -10,6 +10,7 @@ license=('GPL3')
depends=('nodejs')
makedepends=('npm')
install=mstream.install
+backup=('var/lib/mstream/config.json')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
mstream.service
config.json)