summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afa5d41d7e02..89ba8a92bc95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=0.36.0.274.gbe92223157
+pkgver=0.36.0.285.gda400ed3a9
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -113,7 +113,6 @@ source=(
'git+https://github.com/libass/libass.git'
'git+https://github.com/haasn/libplacebo.git'
'git+https://github.com/fastfloat/fast_float.git'
- 'https://paste.cachyos.org/42c073b.patch'
)
sha256sums=(
'SKIP'
@@ -122,7 +121,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
- 'd924c7b3c8e6646fef413e81529be7d6d60f79ac7460621651b9c0f611df9227'
)
backup=('etc/mpv/encoding-profiles.conf')
@@ -259,8 +257,6 @@ fi
(IFS=$'\n'; echo "${_ffmpeg_options[*]}" > ffmpeg_options )
(IFS=$'\n'; echo "${_mpv_options[*]}" > mpv_options )
- patch -d ffmpeg -p1 -i "${srcdir}/42c073b.patch"
-
cd libplacebo
git config submodule.3rdparty/fast_float.url "${srcdir}/fast_float"
git -c protocol.file.allow=always submodule update --init \