From 2e0e74b75b963367f6c04aeabeb577e9481c4d21 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 12 Jun 2022 21:00:51 +0200 Subject: [PATCH] Update ffmpeg-custom to 5.0.1 --- ffmpeg/custom/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ffmpeg/custom/PKGBUILD b/ffmpeg/custom/PKGBUILD index 07dd49ac..e0d49ce1 100644 --- a/ffmpeg/custom/PKGBUILD +++ b/ffmpeg/custom/PKGBUILD @@ -9,8 +9,8 @@ _name=ffmpeg pkgname=ffmpeg-custom -pkgver=5.0 -pkgrel=3 +pkgver=5.0.1 +pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video (with more features enabled than regular ffmpeg)' arch=('x86_64') @@ -111,7 +111,7 @@ provides=( ) conflicts=("$_name") -_tag=390d6853d0ef408007feb39c0040682c81c02751 +_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3 options=( debug )