summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 140023de149c..05a4295f774e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-libfdk_aac
pkgdesc = Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
pkgver = 5.1.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://ffmpeg.org/
arch = x86_64
@@ -92,7 +92,7 @@ pkgbase = ffmpeg-libfdk_aac
provides = ffmpeg=5.1.2
conflicts = ffmpeg
options = debug
- source = git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=8536e629f0c35c0e8a2b67e65d3bc60a088fe413
+ source = git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
source = add-av_stream_get_first_dts-for-chromium.patch
validpgpkeys = DD1EC9E8DE085C629B3E1846B18E8928B3948D64
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 11fda930c9bf..fb44c0df2739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=5.1.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=(x86_64)
@@ -107,11 +107,11 @@ provides=(
libswscale.so
"ffmpeg=$pkgver"
)
-_tag=8536e629f0c35c0e8a2b67e65d3bc60a088fe413
options=(
debug
)
conflicts=("$_name")
+_tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
source=(
git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}
add-av_stream_get_first_dts-for-chromium.patch