summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKitteh2018-11-07 19:42:11 +0000
committerKitteh2018-11-07 19:42:11 +0000
commite914e4dab0eccc260b651fd3d65c9f6ea361f488 (patch)
tree459a78120ef21ffd0aae3c2fe635a443afd7b843
parent57baf5b93618d93bf12ef27490d19ad3fddc0a6f (diff)
downloadaur-e914e4dab0eccc260b651fd3d65c9f6ea361f488.tar.gz
Bumped version.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67fbd371ac88..2ae813b6a985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kittehplayer
pkgdesc = A YouTube-like video player based on Qt, QML and libmpv.
- pkgver = r276.51aa029
+ pkgver = r277.5d96761
pkgrel = 1
url = https://github.com/NamedKitten/KittehPlayer
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = kittehplayer
depends = qt5-graphicaleffects
depends = libx11
depends = libxext
+ depends = qt5-x11extras
optdepends = mpv-vapoursynth: for vapoursynth support.
optdepends = youtube-dl: for remote video streaming
optdepends = ttf-roboto: default font recommended for a youtube-like UI
diff --git a/PKGBUILD b/PKGBUILD
index 7f892672a58d..834de8582711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: NamedKitten <kitteh@namedkitten.pw>
pkgname=kittehplayer
-pkgver=r276.51aa029
+pkgver=r277.5d96761
pkgrel=1
pkgdesc="A YouTube-like video player based on Qt, QML and libmpv."
arch=('x86_64')
url="https://github.com/NamedKitten/KittehPlayer"
license=('MPL2')
-depends=('qt5-svg' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'mpv' 'qt5-graphicaleffects' 'libx11' 'libxext')
+depends=('qt5-svg' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'mpv' 'qt5-graphicaleffects' 'libx11' 'libxext' 'qt5-x11extras')
optdepends=(
'mpv-vapoursynth: for vapoursynth support.'
'youtube-dl: for remote video streaming'