Skip to content

Commit

Permalink
Merge branch 'master' of github.com:u8sand/Baka-MPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Dec 1, 2015
2 parents 43ef921 + 484f814 commit 2c24966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/baka-mplayer-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_pkgname=baka-mplayer
pkgname=${_pkgname}-git
pkgver=2.0.3.r0.ge86cf13
pkgver=2.0.4
pkgrel=1
pkgdesc='A free and open source, cross-platform, libmpv based multimedia player. Qt5 build. Development version.'
arch=('i686' 'x86_64')
Expand All @@ -15,6 +15,7 @@ optdepends=(
'mpv-git: for bleeding-edge mpv features'
'qt5-translations: for Qt5 dialog translations'
'youtube-dl: for remote video streaming'
'noto-fonts: for proper font support'
)
makedepends=('git' 'qt5-tools')
provides=("${_pkgname}=${pkgver}")
Expand Down
2 changes: 1 addition & 1 deletion src/Baka-MPlayer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#-------------------------------------------------

VERSION = 2.0.3
VERSION = 2.0.4
QT += core gui network svg
CODECFORSRC = UTF-8
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down

0 comments on commit 2c24966

Please sign in to comment.