summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamran Mackey2015-12-20 04:17:17 -0700
committerKamran Mackey2015-12-20 04:17:17 -0700
commitabac4c2846487f812f1c5f372aff5da0a6117c5d (patch)
tree274c973e85dd54f9d98908199854e839c76d82eb /PKGBUILD
parent5ba071a9de5794fd2e3564df76dee84e44a51956 (diff)
downloadaur-abac4c2846487f812f1c5f372aff5da0a6117c5d.tar.gz
Added ffmpeg to the provides section.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17ba425ac50c..f15324a56093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-git
pkgver=r77404.70f13ab
-pkgrel=8
+pkgrel=9
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -20,9 +20,9 @@ depends=(
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=(
- 'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+ 'ilibavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
- 'libswscale.so'
+ 'libswscale.so' 'ffmpeg'
)
conflicts=('ffmpeg')
source=("$pkgname"::'git://github.com/ffmpeg/ffmpeg.git')