Date: Tuesday, November 25, 2014 @ 23:49:02 Author: bpiotrowski Revision: 123116
upgpkg: mpv 0.7.0-1 new upstream release Modified: mpv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-25 22:35:11 UTC (rev 123115) +++ PKGBUILD 2014-11-25 22:49:02 UTC (rev 123116) @@ -3,8 +3,8 @@ # Contributor: Eivind Uggedal <[email protected]> pkgname=mpv -pkgver=0.6.2 -pkgrel=2 +pkgver=0.7.0 +pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') license=('GPL') @@ -19,7 +19,7 @@ options=('!emptydirs' '!buildflags') install=mpv.install source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('d0e25a26b6143b5e7d4ba354dd52f1b3') +md5sums=('ddb900d0f4e086734ccf2a775a15c859') prepare() { cd $pkgname-$pkgver
