summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNathaniel Chin2021-07-07 15:06:25 +0800
committerNathaniel Chin2021-07-07 15:06:25 +0800
commit83099c786f2653ac79f483c2c9e2d68b4d4b7159 (patch)
treec418e3f9bc17c7e09cfdb037116656b9888fa26e /PKGBUILD
parent62ca5972f279d993248b87b3eb6d329f111c5a35 (diff)
downloadaur-83099c786f2653ac79f483c2c9e2d68b4d4b7159.tar.gz
change depend to ffmpeg instead of ffmpeg-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 392efd6f77e3..f9ab0e28e97b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Original: Daniel Bermond <dbermond@archlinux.org> https://aur.archlinux.org/packages/mpv-full-git
pkgname=mpv-amd-full-git
-pkgver=0.33.0.r70.gf60725263c
+pkgver=0.33.1.r211.gb3fccf0803
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -17,9 +17,9 @@ depends=(
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'mujs'
'libdvdnav' 'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'shaderc'
- 'libplacebo' 'zimg'
+ 'libplacebo' 'zimg' 'ffmpeg'
# AUR:
- 'ffmpeg-git' 'spirv-cross' 'libsixel'
+ 'spirv-cross' 'libsixel'
)
makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols')
@@ -194,4 +194,4 @@ package() {
install -D -m644 DOCS/{encoding.rst,tech-overview.txt} "${pkgdir}/usr/share/doc/mpv"
install -D -m644 TOOLS/lua/* -t "${pkgdir}/usr/share/mpv/script"
-} \ No newline at end of file
+}