summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-09-26 12:51:04 -0600
committerMark Wagie2022-09-26 12:51:04 -0600
commitda0056cdae14c776fe323c65cbc20cc644e8342e (patch)
treef5cd783ef8d42f3f0d7118bbffaf8f5e19ce798d
parenta104ffd964c3edb1b669d3703d3146d3262fc4ac (diff)
downloadaur-da0056cdae14c776fe323c65cbc20cc644e8342e.tar.gz
5.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e7ccb0ea53a..8b49af5fd627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-cuda
pkgdesc = Complete solution to record, convert and stream audio and video. Includes cuda support.
- pkgver = 5.1.1
- pkgrel = 2
+ pkgver = 5.1.2
+ pkgrel = 1
epoch = 1
url = https://ffmpeg.org/
arch = x86_64
@@ -90,7 +90,7 @@ pkgbase = ffmpeg-cuda
provides = libswscale.so
provides = ffmpeg
conflicts = ffmpeg
- 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 a74d3605e6fc..4c1fce021bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
# https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/
pkgname=ffmpeg-cuda
-pkgver=5.1.1
-pkgrel=2
+pkgver=5.1.2
+pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video. Includes cuda support.'
arch=(x86_64)
@@ -109,7 +109,7 @@ provides=(
ffmpeg
)
conflicts=('ffmpeg')
-_tag=8536e629f0c35c0e8a2b67e65d3bc60a088fe413
+_tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
source=(
"git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}"
'add-av_stream_get_first_dts-for-chromium.patch'