1
0

In PKGBUILD provides= and conflicts= options were removed since there is no need to add $pkgname itself. It implicitly is there.

This commit is contained in:
Alexander Andreev 2023-09-23 03:33:47 +04:00
parent 758bc50e50
commit e3f555a01a
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -10,8 +10,6 @@ makedepends=('go>=1.17')
optdepends=(
'tree: to make a filelist html file'
'ffmpeg: to convert media to ogg and get duration of songs')
provides=('dwelling-radio')
conflicts=('dwelling-radio')
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")