Date: Tuesday, February 17, 2015 @ 08:44:59 Author: bpiotrowski Revision: 127828
upgpkg: mpv 0.8.0-1 new upstream release Modified: mpv/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-17 02:50:12 UTC (rev 127827) +++ PKGBUILD 2015-02-17 07:44:59 UTC (rev 127828) @@ -3,7 +3,7 @@ # Contributor: Eivind Uggedal <[email protected]> pkgname=mpv -pkgver=0.7.3 +pkgver=0.8.0 pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ options=('!emptydirs' '!buildflags') install=mpv.install source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('894e712235574fb78077e388f10c1cdd') +md5sums=('7b8e910ffe6a36d1607330a5b8c2d82b') prepare() { cd $pkgname-$pkgver @@ -35,8 +35,7 @@ --enable-joystick \ --enable-zsh-comp \ --enable-libmpv-shared \ - --enable-cdda \ - --enable-portaudio + --enable-cdda ./waf build }
