File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
_pkgname=baka-mplayer
5
5
pkgname=${_pkgname} -git
6
- pkgver=2.0.3.r0.ge86cf13
6
+ pkgver=2.0.4
7
7
pkgrel=1
8
8
pkgdesc=' A free and open source, cross-platform, libmpv based multimedia player. Qt5 build. Development version.'
9
9
arch=(' i686' ' x86_64' )
@@ -15,6 +15,7 @@ optdepends=(
15
15
' mpv-git: for bleeding-edge mpv features'
16
16
' qt5-translations: for Qt5 dialog translations'
17
17
' youtube-dl: for remote video streaming'
18
+ ' noto-fonts: for proper font support'
18
19
)
19
20
makedepends=(' git' ' qt5-tools' )
20
21
provides=(" ${_pkgname} =${pkgver} " )
Original file line number Diff line number Diff line change 4
4
#
5
5
# -------------------------------------------------
6
6
7
- VERSION = 2.0.3
7
+ VERSION = 2.0.4
8
8
QT += core gui network svg
9
9
CODECFORSRC = UTF-8
10
10
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
You can’t perform that action at this time.
0 commit comments