From 9e71c994e147a36b03e8d8c6f6b3279a2e452f17 Mon Sep 17 00:00:00 2001 From: Maximilian Dietrich Date: Sun, 12 Oct 2014 17:28:37 +0200 Subject: [PATCH] mpv: 0.6.0 -> 0.6.1 --- mpv/.md5sum | 2 +- mpv/Pkgfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mpv/.md5sum b/mpv/.md5sum index ff8a07b37..8563e1ec8 100644 --- a/mpv/.md5sum +++ b/mpv/.md5sum @@ -1 +1 @@ -ac06561522ac1767cd05987ea85e827c v0.6.0.tar.gz +a6060358a47a5a7cfc1123b8f74dd5ab v0.6.1.tar.gz diff --git a/mpv/Pkgfile b/mpv/Pkgfile index a468338b2..5e866ea72 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: libquvi libdvdread libdvdnav name=mpv -version=0.6.0 +version=0.6.1 release=1 source=(https://github.com/$name-player/$name/archive/v$version.tar.gz) @@ -23,4 +23,5 @@ build () { ./waf build ./waf install --destdir=$PKG + rm -rf $PKG/usr/share/doc }