summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2024-04-05 11:39:32 +0200
committerEggz2024-04-05 11:39:32 +0200
commit077ebe3a06bc29525fb9922555faa759faa2a46a (patch)
treeb9e982a29a64ad06098101be6b5d2c02b78c664e
parent7cf009f8cc1209aa13dfe7b28e1971761713fa7e (diff)
downloadaur-077ebe3a06bc29525fb9922555faa759faa2a46a.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 3b9d6e4b2b02..038c1bfd628d 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.1
- pkgrel = 4
+ pkgver = 7.0.0
+ 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.1
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n7.0
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 e266c3adfe69..dbf9fe2b8e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : eggz
pkgname=ffmpeg-nocuda
-pkgver=6.1.1
-gitver=n6.1.1
-pkgrel=4
+pkgver=7.0.0
+gitver=n7.0
+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/'