summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-09-08 13:32:55 +0000
committerDaniel Bermond2020-09-08 13:32:55 +0000
commitc8be66ff35f2330c5bc0a46d174ca269c20f0a9e (patch)
tree47b5092ac1a1202b694a72d865350b3dcee18793 /PKGBUILD
parent4ab5f75c4e3050a789b54093f73c6039ba60b246 (diff)
downloadaur-c8be66ff35f2330c5bc0a46d174ca269c20f0a9e.tar.gz
Refresh the vmaf patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571e66f29030..92d1b16401fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=4.4.r98491.g3a37aa597f
+pkgver=4.4.r99044.gd1f3d721df
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('x86_64')
@@ -77,7 +77,7 @@ conflicts=('ffmpeg')
source=('git+https://git.ffmpeg.org/ffmpeg.git'
'010-ffmpeg-fix-vmaf-model-path.patch')
sha256sums=('SKIP'
- 'b6fcef2f4cbb1daa47d17245702fbd67ab3289b6b16f090ab99b9c2669453a02')
+ '52778c70d9fe6e3a10941b99b96ac7749cec325dc1b9ee11ab75332b5ff68e50')
prepare() {
patch -d ffmpeg -Np1 -i "${srcdir}/010-ffmpeg-fix-vmaf-model-path.patch"