Date: Sunday, November 10, 2019 @ 23:23:20 Author: anthraxx Revision: 367727
upgpkg: ffmpeg 1:4.2.1-4: dav1d 0.5.1 rebuild Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-10 22:56:39 UTC (rev 367726) +++ PKGBUILD 2019-11-10 23:23:20 UTC (rev 367727) @@ -5,8 +5,9 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg +_gitcommit=cbb3c9497549f8856d8cd37ac63af1406a784e58 pkgver=4.2.1 -pkgrel=3 +pkgrel=4 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' arch=(x86_64) @@ -80,7 +81,7 @@ libswresample.so libswscale.so ) -source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=cbb3c9497549f8856d8cd37ac63af1406a784e58) +source=("git+https://git.ffmpeg.org/ffmpeg.git#commit=${_gitcommit}") sha256sums=(SKIP) pkgver() {
