summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-08 10:55:42 -0300
committerDaniel Bermond2017-04-08 10:55:42 -0300
commit24f391d02943f167f5f66d64b1563dbde9b13d6b (patch)
treeb6dd8a8becd467a4c721933d3fdf07d0ec3c9833
parent5ed1e54e688084b9d756e7af946fb2cb9345e194 (diff)
downloadaur-24f391d02943f167f5f66d64b1563dbde9b13d6b.tar.gz
Added new upstream option: --disable-macos-touchbar
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e0af0da122..95b8279f4a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 13:50:57 UTC 2017
+# Sat Apr 8 13:54:27 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (Git version with all possible libs)
pkgver = 0.23.0.r154.g9c90c902c1
- pkgrel = 4
+ pkgrel = 5
url = http://mpv.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 82ca500b1506..50d5b77ce5ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mpv-full-git
pkgver=0.23.0.r154.g9c90c902c1
-pkgrel=4
+pkgrel=5
pkgdesc='A free, open source, and cross-platform media player (Git version with all possible libs)'
arch=('i686' 'x86_64')
license=('GPL')
@@ -166,7 +166,9 @@ build() {
--enable-libv4l2 \
--enable-audio-input \
--enable-dvbin \
- --disable-apple-remote
+ \
+ --disable-apple-remote \
+ --disable-macos-touchbar
./waf build
}