summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhirui Dai2023-11-12 15:39:14 -0800
committerZhirui Dai2023-11-12 15:39:14 -0800
commit9442138d56074365aca49ba3d5dc76f8766d00a6 (patch)
treef2d25ef2a193920078657ae832ad4c9cba509f28
parent002fbf1b451dbef1d559a512e6b0f22dfbc06d87 (diff)
downloadaur-9442138d56074365aca49ba3d5dc76f8766d00a6.tar.gz
update to 6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d66619309d8c..6c64ca11bf7c 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 = 6.0
- pkgrel = 2
+ pkgver = 6.1
+ 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#commit=1e888462a1ea2b3f1144b536fd2702d95759ba43
+ source = git+https://git.ffmpeg.org/ffmpeg.git#commit=d4ff0020b40b524a490cf62eccbd3a318f4c0e58
sha256sums = SKIP
pkgname = ffmpeg-cuda
diff --git a/PKGBUILD b/PKGBUILD
index 5b66bf2aaded..41afa2609bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
# https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
pkgname=ffmpeg-cuda
-pkgver=6.0
-pkgrel=2
+pkgver=6.1
+pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video. Includes cuda support.'
arch=(x86_64)
@@ -112,7 +112,7 @@ provides=(
)
conflicts=('ffmpeg')
source=(
- "git+https://git.ffmpeg.org/ffmpeg.git#commit=1e888462a1ea2b3f1144b536fd2702d95759ba43"
+ "git+https://git.ffmpeg.org/ffmpeg.git#commit=d4ff0020b40b524a490cf62eccbd3a318f4c0e58"
)
sha256sums=("SKIP")