summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2023-12-31 09:11:41 +0100
committerEggz2023-12-31 09:11:41 +0100
commit805b172e899cf69000ccea1bf5ef60c694693b8c (patch)
tree5ea4504d26249d659e494b907c4a049ce0bf08fb
parentfd47e073e300869e48bd922a00b694af4c06a444 (diff)
downloadaur-805b172e899cf69000ccea1bf5ef60c694693b8c.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73de2f7fcbee..b61a53d19878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-nocuda
pkgdesc = Complete solution to record, convert and stream audio and video (without nvidias propriatary blobs)
- pkgver = 6.1
- pkgrel = 5
+ pkgver = 6.1.1
+ pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
license = GPL3
@@ -78,7 +78,7 @@ pkgbase = ffmpeg-nocuda
provides = libswscale.so
provides = ffmpeg
conflicts = ffmpeg
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n6.1
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n6.1.1
source = 040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
source = 060-ffmpeg-fix-segfault-with-avisynthplus.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 167decfe813a..6474b4cb525a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : eggz
pkgname=ffmpeg-nocuda
-pkgver=6.1
-gitver=n6.1
-pkgrel=5
+pkgver=6.1.1
+gitver=n6.1.1
+pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (without nvidias propriatary blobs)'
arch=('x86_64')
url='https://www.ffmpeg.org/'