Date: Friday, May 29, 2020 @ 20:20:04 Author: heftig Revision: 387863
4.2.3-3 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-29 19:54:17 UTC (rev 387862) +++ PKGBUILD 2020-05-29 20:20:04 UTC (rev 387863) @@ -6,7 +6,7 @@ pkgname=ffmpeg pkgver=4.2.3 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' arch=(x86_64) @@ -87,8 +87,10 @@ libswresample.so libswscale.so ) -source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875 - vmaf-model-path.patch) +source=( + git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875 + vmaf-model-path.patch +) sha256sums=( SKIP 8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
