summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2022-01-17 21:34:13 +0200
committerSpiros Georgaras2022-01-17 21:34:13 +0200
commit7ed71252cfe9080952e0624bc5ee8e9904f93995 (patch)
tree1a39ddedd2ae2555101d77757d48d6c35892844e
parentfb0460cee56016008b511737d2368756904e0483 (diff)
parent6233fc207a85548aef956c0fbfde7680585120c2 (diff)
downloadaur-7ed71252cfe9080952e0624bc5ee8e9904f93995.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/pyradio-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d637fce5ee90..3099d03245ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = pyradio-git
optdepends = mpv: as backend
optdepends = vlc: as backend
provides = pyradio
- conflicts = pyradio-git
conflicts = pyradio
source = pyradio-git::git+https://github.com/coderholic/pyradio.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dee8a2c303f7..32aef506baeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('python-dnspython' 'python-requests' 'python-psutil')
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')