summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Widawsky2018-09-26 08:02:09 -0700
committerBen Widawsky2018-09-26 08:02:09 -0700
commitb18c2b252da894f5770c9fe6b27cb15958eef8a6 (patch)
tree81c03e9b1fe4348e535c01ae3fabd80dfd1af111 /PKGBUILD
parentd7c17cb6b2330fcb192d3d0a97c6044db39ca2e3 (diff)
downloadaur-b18c2b252da894f5770c9fe6b27cb15958eef8a6.tar.gz
Remove duplicated line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a74f3673c13..9ab55b96eb5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=4.0.2
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=('x86_64')
url='http://ffmpeg.org/'
license=('GPL3' 'custom:libfdk-aac')
-depends=('alsa-lib' 'aom' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+depends=(
'alsa-lib' 'aom' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'jack' 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh' 'libtheora'