diff options
Diffstat (limited to 'community/mpv/PKGBUILD')
-rw-r--r-- | community/mpv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD index cf6d7e544..215f903f6 100644 --- a/community/mpv/PKGBUILD +++ b/community/mpv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 115576 2014-07-12 14:21:06Z bpiotrowski $ +# $Id: PKGBUILD 116392 2014-07-26 16:53:58Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Eivind Uggedal <eivind@uggedal.com> pkgname=mpv -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('mesa' 'python-docutils' 'ladspa') options=('!emptydirs' '!buildflags') install=mpv.install source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('24dcff8c676388227b280a463f9a05d0') +md5sums=('b10a95e579962d8f514cd78fb9e37a2b') prepare() { cd $pkgname-$pkgver |