summaryrefslogtreecommitdiff
path: root/libre/ffmpeg-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/ffmpeg-libre/PKGBUILD')
-rw-r--r--libre/ffmpeg-libre/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/ffmpeg-libre/PKGBUILD b/libre/ffmpeg-libre/PKGBUILD
index 3a66030ea..41c332dca 100644
--- a/libre/ffmpeg-libre/PKGBUILD
+++ b/libre/ffmpeg-libre/PKGBUILD
@@ -16,11 +16,10 @@ makedepends=('yasm' 'git')
#git clone git://git.videolan.org/ffmpeg.git
source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz)
md5sums=('dd682a876a496b9f9ae8afb3b3b70389')
-options=('force')
#source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2)
-provides=('ffmpeg')
+provides=("ffmpeg=$pkgver")
conflicts=('ffmpeg')
-replaces=("ffmpeg=$pkgver")
+replaces=('ffmpeg')
build() {
cd "$srcdir/${pkgname%-libre}"