diff --git a/.SRCINFO b/.SRCINFO index ce45a25..ddc75b6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ffmpeg-git pkgdesc = Complete solution to record, convert and stream audio and video (git version) - pkgver = 5.1.r106355.ga24e6ca8bf + pkgver = 5.1.r106386.ge78173557d pkgrel = 1 url = https://www.ffmpeg.org/ arch = x86_64 @@ -86,6 +86,6 @@ pkgbase = ffmpeg-git source = 060-ffmpeg-fix-segfault-with-avisynthplus.patch sha256sums = SKIP sha256sums = 91973c465f01446a999f278f0c2a3763304994dba1ac35de0e4c72f12f39409e - sha256sums = 887c2e440b159b7c3575a12eb17e1297b76f9468b65b96ef2674b7bb36b12fcf + sha256sums = 0d6b53940a81ebaf4e6b1a2208a178eb8a824d6a3d8e863bf9c4c7e0060d88ec pkgname = ffmpeg-git diff --git a/060-ffmpeg-fix-segfault-with-avisynthplus.patch b/060-ffmpeg-fix-segfault-with-avisynthplus.patch index 1a43237..8a8f9c7 100644 --- a/060-ffmpeg-fix-segfault-with-avisynthplus.patch +++ b/060-ffmpeg-fix-segfault-with-avisynthplus.patch @@ -1,6 +1,6 @@ --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c -@@ -121,7 +121,7 @@ static av_cold void avisynth_atexit_handler(void); +@@ -125,7 +125,7 @@ static av_cold void avisynth_atexit_handler(void); static av_cold int avisynth_load_library(void) { diff --git a/PKGBUILD b/PKGBUILD index 26db44a..658f26f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: DrZaius pkgname=ffmpeg-git -pkgver=5.1.r106355.ga24e6ca8bf +pkgver=5.1.r106386.ge78173557d pkgrel=1 pkgdesc='Complete solution to record, convert and stream audio and video (git version)' arch=('x86_64') @@ -89,7 +89,7 @@ source=('git+https://git.ffmpeg.org/ffmpeg.git' '060-ffmpeg-fix-segfault-with-avisynthplus.patch') sha256sums=('SKIP' '91973c465f01446a999f278f0c2a3763304994dba1ac35de0e4c72f12f39409e' - '887c2e440b159b7c3575a12eb17e1297b76f9468b65b96ef2674b7bb36b12fcf') + '0d6b53940a81ebaf4e6b1a2208a178eb8a824d6a3d8e863bf9c4c7e0060d88ec') prepare() { patch -d ffmpeg -Np1 -i "${srcdir}/010-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch"