[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Sat Nov 6 10:42:28 UTC 2021
Date: Saturday, November 6, 2021 @ 10:42:28
Author: alucryd
Revision: 427403
upgpkg: ffmpeg 2:4.4.1-1
Modified:
ffmpeg/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 10:40:06 UTC (rev 427402)
+++ PKGBUILD 2021-11-06 10:42:28 UTC (rev 427403)
@@ -5,8 +5,8 @@
# Contributor: Paul Mattal <paul at archlinux.org>
pkgname=ffmpeg
-pkgver=4.4
-pkgrel=6
+pkgver=4.4.1
+pkgrel=1
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@@ -94,13 +94,15 @@
libswresample.so
libswscale.so
)
-_tag=dc91b913b6260e85e1304c74ff7bb3c22a8c9fb1
+_tag=7e0d640edf6c3eee1816b105c2f7498c4f948e74
source=(
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
vmaf-model-path.patch
)
-sha256sums=('SKIP'
- '8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d')
+sha256sums=(
+ SKIP
+ 8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
+)
pkgver() {
cd ffmpeg
More information about the arch-commits
mailing list