summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGleb Sinyavskiy2019-07-19 23:02:27 +0200
committerGleb Sinyavskiy2019-07-19 23:03:17 +0200
commit997c104fcf8c1048d94510e22d36d49c952d2e3d (patch)
tree6573f29857207360dff8736be1e1cd4bd0d62c03
parent486d45968f0c17168be546b9afa9efa84ae0c634 (diff)
downloadaur-997c104fcf8c1048d94510e22d36d49c952d2e3d.tar.gz
4.1.4
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfff92566fb6..9f4c8fac351b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-cuda
pkgdesc = Complete solution to record, convert and stream audio and video. Includes cuda support.
- pkgver = 4.1.3
+ pkgver = 4.1.4
pkgrel = 1
epoch = 1
url = https://ffmpeg.org/
@@ -70,7 +70,7 @@ pkgbase = ffmpeg-cuda
provides = libswscale.so
provides = ffmpeg
conflicts = ffmpeg
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.3
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.4
sha256sums = SKIP
pkgname = ffmpeg-cuda
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ea8a9a660613
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+pkg/
+src/
+ffmpeg/
diff --git a/PKGBUILD b/PKGBUILD
index f7339d7b3cc9..5fe41a7a3ef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=ffmpeg-cuda
-pkgver=4.1.3
+pkgver=4.1.4
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video. Includes cuda support.'