summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d910bc505e4c..8d6566134545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 4.2.1
+# Tue Dec 1 18:45:54 UTC 2015
pkgbase = baka-mplayer-git
pkgdesc = A free and open source, cross-platform, libmpv based multimedia player. Qt5 build. Development version.
- pkgver = 2.0.3.r0.ge86cf13
+ pkgver = 2.0.4
pkgrel = 1
url = http://bakamplayer.u8sand.net/
arch = i686
@@ -15,7 +17,8 @@ pkgbase = baka-mplayer-git
optdepends = mpv-git: for bleeding-edge mpv features
optdepends = qt5-translations: for Qt5 dialog translations
optdepends = youtube-dl: for remote video streaming
- provides = baka-mplayer=2.0.3.r0.ge86cf13
+ optdepends = noto-fonts: for proper font support
+ provides = baka-mplayer=2.0.4
conflicts = baka-mplayer
replaces = baka-mplayer
source = baka-mplayer::git+https://github.com/u8sand/Baka-MPlayer.git
diff --git a/PKGBUILD b/PKGBUILD
index 37cf0644cc25..598f973ad0c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
@@ -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}")