summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Pagani2015-10-29 14:46:58 +0100
committerBruno Pagani2015-10-29 14:46:58 +0100
commit6b1385dc7da39d9b6bab815829a85a50a35b5e65 (patch)
tree906d13a457ee7b1609c3af90e3e297bc109da99d /PKGBUILD
parentd7c309bd1b6cf45d6059cc57c4959d9706f23bed (diff)
downloadaur-6b1385dc7da39d9b6bab815829a85a50a35b5e65.tar.gz
upgpkg: mpv-light 0.12.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877491089915..6e77dfc5a773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=mpv
pkgname=mpv-light
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2, with selection of features.'
arch=('i686' 'x86_64')
license=('GPL')
@@ -16,7 +16,7 @@ provides=("${pkgbase}")
conflicts=("${pkgbase}")
install=mpv.install
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mpv-player/${pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('a2157174e46db46dad5deb1fde94283e72ebe922fd15447cb16a2a243fae5bda')
+sha256sums=('df242044c749d850344f5499860d852849147f20c63d36d2cd678627bd8d6cc4')
prepare() {
cd ${pkgbase}-${pkgver}
@@ -55,7 +55,6 @@ build() {
--disable-pulse \
--disable-xv \
--disable-xinerama \
- --enable-egl-x11 \
--disable-vdpau \
--disable-vdpau-gl-x11 \
--disable-caca \