aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-20 19:13:18 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:42 +0200
commit90987f603691d06e3ad71756a0d3288aaaa28ac8 (patch)
tree79668587573c4f081fe17f8db0aa6bec500e3161
parent13eb8f2fcc5aa766987e7944ef055f0d7916a7b8 (diff)
downloadpkgbuilds-90987f603691d06e3ad71756a0d3288aaaa28ac8.tar.xz
mpv-git: remove implied branch, coreaudio/video disable
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b390a6c..533b982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 15:00:31 UTC 2015
+# Mon Jun 1 15:00:32 UTC 2015
pkgbase = mpv-git
pkgdesc = Video player based on MPlayer/mplayer2 (git version)
- pkgver = 0.r38757.d811f6a
+ pkgver = 0.r39034.c86b479
pkgrel = 1
url = http://mpv.io
install = mpv.install
@@ -36,7 +36,7 @@ pkgbase = mpv-git
provides = mpv
conflicts = mpv
options = !emptydirs
- source = git+http://github.com/mpv-player/mpv#branch=master
+ source = git+http://github.com/mpv-player/mpv
md5sums = SKIP
pkgname = mpv-git
diff --git a/PKGBUILD b/PKGBUILD
index f0c8722..59ee15e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mpv-git
-pkgver=0.r38757.d811f6a
+pkgver=0.r39034.c86b479
pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2 (git version)'
@@ -19,7 +19,7 @@ conflicts=('mpv')
options=(!emptydirs)
install=mpv.install
-source=('git+http://github.com/mpv-player/mpv#branch=master')
+source=('git+http://github.com/mpv-player/mpv')
md5sums=('SKIP')
@@ -37,8 +37,6 @@ build() {
--confdir=/etc/mpv \
\
--disable-cocoa \
- --disable-coreaudio \
- --disable-corevideo \
--disable-direct3d \
--disable-dsound \
--disable-gl-win32 \