From 18b3ecd13530cc35a42eec6672ed0c8a4e345617 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 21 Sep 2023 03:31:48 +0400 Subject: [PATCH] In PKGBUILD added ezstream.xml to a backup= option. --- build/archlinux/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index ef14863..a16bc6a 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -12,7 +12,8 @@ optdepends=( 'ffmpeg: to convert media to ogg and get duration of songs') provides=('dwelling-radio') conflicts=('dwelling-radio') -backup=('etc/dwelling/radio.vars.liq') +backup=('etc/dwelling/radio.vars.liq' + 'etc/dwelling/ezstream.xml') source=("${pkgver}.tar.gz::https://git.arav.su/Arav/dwelling-radio/archive/v${pkgver}.tar.gz") md5sums=('SKIP')