diff options
author | Thom Wiggers | 2015-02-25 00:46:41 +0100 |
---|---|---|
committer | Thom Wiggers | 2015-02-25 00:47:19 +0100 |
commit | fe010b19e76586071c6b70ddef622c9e6675276c (patch) | |
tree | 9b5b1633b4756e1399dcab3e0ec79d4fa47edbd0 /PKGBUILD | |
parent | a3d7e4bbee093844d2bb1bdb5cfff799bc6f6832 (diff) | |
download | aur-fe010b19e76586071c6b70ddef622c9e6675276c.tar.gz |
iF4EABEKAAYFAlTtDYkACgkQQXX1nPPrRfz5tAEA0Mo+c9oCLmOA9q4YFYV6ppm1
2J6xSV97QHAba1rv0zAA/0Bd7mUsi/973L/L13iU4OVnRKdVO3vQV5BhxP+Y4CLC
=3PUh
-----END PGP SIGNATURE-----
Don't replace subsonic config
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,7 +8,7 @@ pkgname=subsonic-beta pkgver=5.2 epoch=1 # 5.1.beta sorts higher than 5.1 -pkgrel=1 +pkgrel=2 pkgdesc="A free, web-based media streamer and jukebox." arch=('any') url="http://subsonic.org/" @@ -17,7 +17,9 @@ depends=('java-runtime-headless') conflicts=('subsonic') source=(http://prdownloads.sourceforge.net/subsonic/subsonic-${pkgver}-standalone.tar.gz 'subsonic.service') -backup=('var/lib/subsonic/db') +backup=('var/lib/subsonic/db' + 'var/lib/subsonic/subsonic.properties' + 'var/lib/subsonic/subsonic.sh') install=$pkgname.install package() { |