Date: Monday, February 11, 2019 @ 08:12:51 Author: alucryd Revision: 345958
upgpkg: ffmpeg 1:4.1.1-1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-11 08:09:21 UTC (rev 345957) +++ PKGBUILD 2019-02-11 08:12:51 UTC (rev 345958) @@ -5,8 +5,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=4.1 -pkgrel=4 +pkgver=4.1.1 +pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' arch=(x86_64) @@ -80,7 +80,7 @@ libswscale.so ) source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}) -sha256sums=(SKIP) +sha256sums=('SKIP') build() { cd ffmpeg
