summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-12-14 15:41:08 +0100
committersL1pKn072020-12-14 15:41:08 +0100
commitd6ec7cd72a450b75180441403956faafaaab3afe (patch)
treeab135db516758fd3a234d8ec4b69f00efe359590
parent87583620ef70da87d0f2468266a122344b0e4bb2 (diff)
downloadaur-d6ec7cd72a450b75180441403956faafaaab3afe.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e024d6b6fb2..48af7ffeff11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = v0.32.0.351.gb4c1554f7a
+ pkgver = v0.33.0.37.gbff5416dae
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -52,6 +52,7 @@ pkgbase = mpv-build-git
depends = uchardet
depends = v4l-utils
depends = vulkan-icd-loader
+ depends = zimg
depends = vapoursynth
depends = avisynthplus-git
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
diff --git a/PKGBUILD b/PKGBUILD
index a7ed6437950c..b9e556aed70a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.32.0.351.gb4c1554f7a
+pkgver=v0.33.0.37.gbff5416dae
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -40,6 +40,7 @@ depends=(
'uchardet'
'v4l-utils'
'vulkan-icd-loader'
+ 'zimg'
)
license=('GPL2' 'GPL3' 'LGPL3' 'LGPL2.1' 'BSD')
url='http://mpv.io'