community/mpv to 0.8.3-1

This commit is contained in:
Kevin Mihelich 2015-03-17 12:30:50 +00:00
parent 8bd71114c9
commit df3057065a

View file

@ -6,8 +6,8 @@
# - armv7 needs to be built with fPIC # - armv7 needs to be built with fPIC
pkgname=mpv pkgname=mpv
pkgver=0.8.2 pkgver=0.8.3
pkgrel=3 pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2' pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
@ -23,7 +23,7 @@ optdepends=('youtube-dl: for video-sharing websites playback')
options=('!emptydirs' '!buildflags') options=('!emptydirs' '!buildflags')
install=mpv.install install=mpv.install
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
md5sums=('6437a04dbcfe42efc13cdd37c979b954') md5sums=('a34ff41da1d5393ac8d6f9fbb743d3bd')
prepare() { prepare() {
cd $pkgname-$pkgver cd $pkgname-$pkgver