diff --git a/.SRCINFO b/.SRCINFO index 7758f3b..0c48358 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.r105626.g8e825ec3ab + pkgver = 5.1.r105881.g1bed27acef pkgrel = 1 url = https://www.ffmpeg.org/ arch = x86_64 @@ -64,7 +64,7 @@ pkgbase = ffmpeg-git depends = srt depends = svt-av1 depends = v4l-utils - depends = vmaf-git + depends = vmaf depends = xz depends = zlib optdepends = avisynthplus: for AviSynthPlus support diff --git a/PKGBUILD b/PKGBUILD index f3cce4b..3dcf045 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: DrZaius pkgname=ffmpeg-git -pkgver=5.1.r105626.g8e825ec3ab +pkgver=5.1.r105881.g1bed27acef pkgrel=1 pkgdesc='Complete solution to record, convert and stream audio and video (git version)' arch=('x86_64') @@ -63,7 +63,7 @@ depends=( srt svt-av1 v4l-utils - vmaf-git + vmaf xz zlib )