summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMegumi_fox2020-12-05 13:55:10 +0800
committerMegumi_fox2020-12-05 13:55:10 +0800
commit577da6ae83a12d54e7635ac6f87de81bb150d62d (patch)
treef8c1f440ec6ebbfd90ed7ceb048d136cd157b342
parentb63210fa0284cb31093c9009ad7ec6b166689ea2 (diff)
downloadaur-577da6ae83a12d54e7635ac6f87de81bb150d62d.tar.gz
conflict with qliveplayer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eb9240f1cd0..408f092ecc3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qliveplayer-git
pkgdesc = Cute and useful Live Stream Player with danmaku support.
pkgver = 3.20.0.r1.ge0aedb4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/IsoaSFlus/QLivePlayer
arch = x86_64
license = GPL2
@@ -18,6 +18,8 @@ pkgbase = qliveplayer-git
depends = python
optdepends = python-protobuf: for YouTube LiveChat support
optdepends = streamlink: for foreign streaming service support
+ provides = qliveplayer
+ conflicts = qliveplayer
source = QLivePlayer::git+https://github.com/IsoaSFlus/QLivePlayer.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75d7ecb43e1c..17c66892040b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=qliveplayer-git
pkgver=3.20.0.r1.ge0aedb4
-pkgrel=1
+pkgrel=2
pkgdesc='Cute and useful Live Stream Player with danmaku support.'
arch=('x86_64')
url="https://github.com/IsoaSFlus/QLivePlayer"
license=('GPL2')
+provides=('qliveplayer')
+conflicts=('qliveplayer')
depends=('mpv'
'ffmpeg'
'python-aiohttp'