summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122021-12-14 07:56:18 +0100
committerwillemw122021-12-14 07:56:18 +0100
commit6233fc207a85548aef956c0fbfde7680585120c2 (patch)
tree0efa656414cc7e1520631c15ab13d94f614eba9c /PKGBUILD
parentc9574c0671548d30e02fe7fea484b07724e1de91 (diff)
downloadaur-6233fc207a85548aef956c0fbfde7680585120c2.tar.gz
Remove pyradio-git ("${pkgname%}") from conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2364669843bd..4fe6cd3268ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('python-dnspython' 'python-requests')
optdepends=('mplayer: as backend' 'mpv: as backend' 'vlc: as backend')
makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%}" "${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=($pkgname::git+https://github.com/coderholic/pyradio.git)
sha256sums=('SKIP')