summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2016-08-16 14:28:34 +0200
committerFrederic Bezies2016-08-16 14:28:34 +0200
commit463707567aa9f5f95cd44b123a798f98306e83ed (patch)
tree983ef9b28e8eed58625a3b5aae85a17de71205f2 /PKGBUILD
parentb8fe973ae09121bfc86da7590107bad82d632f68 (diff)
downloadaur-463707567aa9f5f95cd44b123a798f98306e83ed.tar.gz
Fixed a little typo in depends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39f01d23195d..038f93b74c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=ffmpeg-nvenc
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video with Nvidia CUDA Hardware Acceleration'
arch=('x86_64')
@@ -19,7 +19,7 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame'
'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
'v4l-utils' 'xvidcore' 'zlib' 'cuda' 'nvidia-sdk'
- 'nvidia''libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'nvidia' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
'libx264.so' 'libx265.so')
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters')