mpv: 0.6.0 -> 0.6.1

This commit is contained in:
Maximilian Dietrich 2014-10-12 17:28:37 +02:00
parent bb5d975cca
commit 9e71c994e1
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
ac06561522ac1767cd05987ea85e827c v0.6.0.tar.gz
a6060358a47a5a7cfc1123b8f74dd5ab v0.6.1.tar.gz

View File

@ -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
}