summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMegumi_fox2020-11-30 19:27:46 +0800
committerMegumi_fox2020-11-30 19:27:46 +0800
commitb63210fa0284cb31093c9009ad7ec6b166689ea2 (patch)
tree605576f7635e76176d175a993339efa8a475d141
parenta21f454e7069d4046d6c827903768660120dffe3 (diff)
downloadaur-b63210fa0284cb31093c9009ad7ec6b166689ea2.tar.gz
remove depend ykdl-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81abdd9decd0..3eb9240f1cd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qliveplayer-git
pkgdesc = Cute and useful Live Stream Player with danmaku support.
- pkgver = 3.17.0.r0.g51e66de
+ pkgver = 3.20.0.r1.ge0aedb4
pkgrel = 1
url = https://github.com/IsoaSFlus/QLivePlayer
arch = x86_64
@@ -16,7 +16,6 @@ pkgbase = qliveplayer-git
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = python
- depends = ykdl-git
optdepends = python-protobuf: for YouTube LiveChat support
optdepends = streamlink: for foreign streaming service support
source = QLivePlayer::git+https://github.com/IsoaSFlus/QLivePlayer.git
diff --git a/PKGBUILD b/PKGBUILD
index 72dde88a52c9..75d7ecb43e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Megumi_fox <i@megumifox.com>
pkgname=qliveplayer-git
-pkgver=3.17.0.r0.g51e66de
+pkgver=3.20.0.r1.ge0aedb4
pkgrel=1
pkgdesc='Cute and useful Live Stream Player with danmaku support.'
arch=('x86_64')
@@ -14,8 +14,7 @@ depends=('mpv'
'qt5-quickcontrols2'
'qt5-graphicaleffects'
'qt5-quickcontrols'
- 'python'
- 'ykdl-git')
+ 'python')
makedepends=('cmake'
'git'
'extra-cmake-modules' )