summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-09-14 15:40:16 +0200
committersL1pKn072023-09-14 15:40:16 +0200
commit7c813190c05696dd148e70ffa83ca55fd662ae73 (patch)
treecebe1e78dfa8096661b8d399386e05010105cc44
parent1433f7e4fe37eb9f07fd58af3efbd63e1af5b036 (diff)
downloadaur-7c813190c05696dd148e70ffa83ca55fd662ae73.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bccc905ae5c..676eeb1700f3 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 = 0.36.0.274.gbe92223157
+ pkgver = 0.36.0.285.gda400ed3a9
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -146,13 +146,11 @@ pkgbase = mpv-build-git
source = git+https://github.com/libass/libass.git
source = git+https://github.com/haasn/libplacebo.git
source = git+https://github.com/fastfloat/fast_float.git
- source = https://paste.cachyos.org/42c073b.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = d924c7b3c8e6646fef413e81529be7d6d60f79ac7460621651b9c0f611df9227
pkgname = mpv-build-git
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 \