Date: Tuesday, May 19, 2015 @ 09:06:55 Author: eworm Revision: 133765
upgpkg: mpv 0.9.2-1 new upstream release Modified: mpv/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-19 06:33:42 UTC (rev 133764) +++ PKGBUILD 2015-05-19 07:06:55 UTC (rev 133765) @@ -4,8 +4,8 @@ # Contributor: Eivind Uggedal <[email protected]> pkgname=mpv -pkgver=0.9.1 -pkgrel=3 +pkgver=0.9.2 +pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') license=('GPL') @@ -20,14 +20,12 @@ optdepends=('youtube-dl: for video-sharing websites playback') options=('!emptydirs' '!buildflags') install=mpv.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz" - '0001-mpv-lua52.patch::https://github.com/mpv-player/mpv/commit/5b085fd8b172648a03244d6546d130144b7870bf.patch') -md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5' - '56f2444e5ea3ec8f975bc3d623e03ae1') +source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz") +md5sums=('ed1384e703f7032e531731842e4da4f7') prepare() { cd $pkgname-$pkgver - patch -Np1 < $srcdir/0001-mpv-lua52.patch + ./bootstrap.py }
