summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cccb31916303..4e50c0bb09fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.33.0.57.g1251f7bbf9
+pkgver=v0.33.0.86.g09d7c75bfe
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -148,6 +148,8 @@ fi
build() {
cd mpv-build
+ # https://github.com/mpv-player/mpv-build/issues/150
+ LDFLAGS+=" $(pkg-config --libs fontconfig harfbuzz fribidi)"
./build
}