From e3f555a01ae3904108e196d1ed16a2950ff991c8 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Sep 2023 03:33:47 +0400 Subject: [PATCH] In PKGBUILD provides= and conflicts= options were removed since there is no need to add $pkgname itself. It implicitly is there. --- build/archlinux/PKGBUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index a16bc6a..75cce6f 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -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")