Skip to content

Commit 2c24966

Browse files
author
godly-devotion
committed
Merge branch 'master' of github.com:u8sand/Baka-MPlayer
2 parents 43ef921 + 484f814 commit 2c24966

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arch/baka-mplayer-git/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
_pkgname=baka-mplayer
55
pkgname=${_pkgname}-git
6-
pkgver=2.0.3.r0.ge86cf13
6+
pkgver=2.0.4
77
pkgrel=1
88
pkgdesc='A free and open source, cross-platform, libmpv based multimedia player. Qt5 build. Development version.'
99
arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@ optdepends=(
1515
'mpv-git: for bleeding-edge mpv features'
1616
'qt5-translations: for Qt5 dialog translations'
1717
'youtube-dl: for remote video streaming'
18+
'noto-fonts: for proper font support'
1819
)
1920
makedepends=('git' 'qt5-tools')
2021
provides=("${_pkgname}=${pkgver}")

src/Baka-MPlayer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
#-------------------------------------------------
66

7-
VERSION = 2.0.3
7+
VERSION = 2.0.4
88
QT += core gui network svg
99
CODECFORSRC = UTF-8
1010
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

0 commit comments

Comments
 (0)