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:
parent
758bc50e50
commit
e3f555a01a
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user