summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 712d2b9030db..145a8b093587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full-nvenc
pkgdesc = Record, convert, and stream audio and video (all codecs including Nvidia NVENC)
pkgver = 4.2.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://ffmpeg.org/
arch = i686
@@ -20,7 +20,7 @@ pkgbase = ffmpeg-full-nvenc
depends = celt
depends = chromaprint-fftw
depends = codec2
- depends = dav1d-git
+ depends = dav1d
depends = davs2
depends = fontconfig
depends = ffnvcodec-headers
diff --git a/PKGBUILD b/PKGBUILD
index 7b7d6c1d88f4..a9cbeb5df56a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,14 +25,14 @@
pkgname=ffmpeg-full-nvenc
_pkgbasename=ffmpeg
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)"
arch=('i686' 'x86_64')
url="http://ffmpeg.org/"
license=('custom: nonfree and unredistributable')
depends=('alsa-lib' 'aom' 'aribb24' 'bzip2' 'celt' 'chromaprint-fftw' 'codec2'
- 'dav1d-git' 'davs2' 'fontconfig' 'ffnvcodec-headers' 'frei0r-plugins'
+ 'dav1d' 'davs2' 'fontconfig' 'ffnvcodec-headers' 'frei0r-plugins'
'fribidi' 'glibc' 'gsm' 'jack' 'ladspa' 'lame' 'lensfun' 'libass' 'libavc1394'
'libbluray' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libdc1394'
'libfdk-aac' 'libgme' 'libiec61883' 'libilbc' 'libmodplug' 'libomxil-bellagio'