diff options
author | Maximilian Dietrich <dxm@openmailbox.org> | 2014-10-02 17:48:41 +0200 |
---|---|---|
committer | Maximilian Dietrich <dxm@openmailbox.org> | 2014-10-02 17:48:41 +0200 |
commit | 91374eef70f355007715761b4616cdb35206b9ba (patch) | |
tree | 73d6f05be837585c174182339653314029df8895 /mpv | |
parent | a8b570b67a177831f90742ca9a8eee3711978dc3 (diff) | |
download | contrib-91374eef70f355007715761b4616cdb35206b9ba.tar.gz contrib-91374eef70f355007715761b4616cdb35206b9ba.tar.xz |
mpv: 0.5.4 -> 0.6.0
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/.md5sum | 2 | ||||
-rw-r--r-- | mpv/Pkgfile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mpv/.md5sum b/mpv/.md5sum index cdde00c8c..ff8a07b37 100644 --- a/mpv/.md5sum +++ b/mpv/.md5sum @@ -1 +1 @@ -ab784201b48bc38aace349974da2b501 v0.5.4.tar.gz +ac06561522ac1767cd05987ea85e827c v0.6.0.tar.gz diff --git a/mpv/Pkgfile b/mpv/Pkgfile index 106be2336..a468338b2 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: libquvi libdvdread libdvdnav name=mpv -version=0.5.4 +version=0.6.0 release=1 source=(https://github.com/$name-player/$name/archive/v$version.tar.gz) @@ -18,7 +18,6 @@ build () { --mandir=/usr/man \ --disable-joystick \ --disable-direct3d \ - --disable-corevideo \ --disable-cocoa \ --disable-coreaudio |