mpv: Update to v0.25.0

This commit is contained in:
David Macek
2017-04-24 09:27:57 +02:00
parent 9b24c971f9
commit dfbf672f63

View File

@@ -4,7 +4,7 @@
_realname=mpv
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.24.0
pkgver=0.25.0
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (mingw-w64)"
url="http://mpv.io"
@@ -30,7 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"pkg-config"
"python")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/mpv-player/${_realname}/archive/v${pkgver}.tar.gz)
sha256sums=('a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15')
sha256sums=('07423ffad6921ec4da32f703cd7fbfb27012301dcb736ac8542ac8e6083b0bce')
# strip doesn't work well with the mpv.com wrapper, so strip manually instead
options=(!strip !emptydirs)